]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
x86: time_32.c fix style problems
authorJaswinder Singh Rajput <jaswinder@infradead.org>
Sun, 4 Jan 2009 10:56:52 +0000 (16:26 +0530)
committerIngo Molnar <mingo@elte.hu>
Sun, 4 Jan 2009 12:23:05 +0000 (13:23 +0100)
Impact: cleanup

Fix:

 ERROR: space prohibited after that open parenthesis '('
 ERROR: space prohibited before that close parenthesis ')'

total: 4 errors, 0 warnings

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/time_32.c

index 65309e4cb1c0844480efdf3b18e50c46602bc56f..3985cac0ed4747519cfc1ea25032ac1c79ccae76 100644 (file)
@@ -105,8 +105,8 @@ irqreturn_t timer_interrupt(int irq, void *dev_id)
                high bit of the PPI port B (0x61).  Note that some PS/2s,
                notably the 55SX, work fine if this is removed.  */
 
-               u8 irq_v = inb_p( 0x61 );       /* read the current state */
-               outb_p( irq_v|0x80, 0x61 );     /* reset the IRQ */
+               u8 irq_v = inb_p(0x61);         /* read the current state */
+               outb_p(irq_v | 0x80, 0x61);     /* reset the IRQ */
        }
 #endif