commit | 883c60351cd4ddac8eea9da39124cb2e0bf911f4 | [log] [tgz] |
---|---|---|
author | Graeme Russ <graeme.russ@gmail.com> | Tue Nov 08 02:33:15 2011 +0000 |
committer | Graeme Russ <graeme.russ@gmail.com> | Tue Nov 29 21:03:43 2011 +1100 |
tree | dc968778c47d8aa2f915e928838b5bd72b71ff18 | |
parent | 55bed24050519bae8a9b2bb0ad3a669501f3618f [diff] [blame] |
cosmetic: checkpatch cleanup of arch/x86/lib/*.c Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
diff --git a/arch/x86/lib/pcat_interrupts.c b/arch/x86/lib/pcat_interrupts.c index 2caae20..5dac498 100644 --- a/arch/x86/lib/pcat_interrupts.c +++ b/arch/x86/lib/pcat_interrupts.c
@@ -76,7 +76,7 @@ * Enable cascaded interrupts by unmasking the cascade IRQ pin of * the master PIC */ - unmask_irq (2); + unmask_irq(2); enable_interrupts();