diff options
author | Joe Perches <joe@perches.com> | 2008-03-23 01:03:01 -0700 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 17:41:26 +0200 |
commit | 5269354231c6e960941f6e1fd0737acc003d2353 (patch) | |
tree | a29e72cab0b1c48eb7d2096d7e736e4a51890e72 | |
parent | 49cd740bb0b5796f34699a0f945b977f6ff34c64 (diff) | |
download | linux-3.10-5269354231c6e960941f6e1fd0737acc003d2353.tar.gz linux-3.10-5269354231c6e960941f6e1fd0737acc003d2353.tar.bz2 linux-3.10-5269354231c6e960941f6e1fd0737acc003d2353.zip |
include/asm-x86/parport.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | include/asm-x86/parport.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-x86/parport.h b/include/asm-x86/parport.h index 019cbca24a3..3c4ffeb467e 100644 --- a/include/asm-x86/parport.h +++ b/include/asm-x86/parport.h @@ -1,10 +1,10 @@ #ifndef _ASM_X86_PARPORT_H #define _ASM_X86_PARPORT_H -static int __devinit parport_pc_find_isa_ports (int autoirq, int autodma); -static int __devinit parport_pc_find_nonpci_ports (int autoirq, int autodma) +static int __devinit parport_pc_find_isa_ports(int autoirq, int autodma); +static int __devinit parport_pc_find_nonpci_ports(int autoirq, int autodma) { - return parport_pc_find_isa_ports (autoirq, autodma); + return parport_pc_find_isa_ports(autoirq, autodma); } #endif /* _ASM_X86_PARPORT_H */ |