summaryrefslogtreecommitdiff
path: root/include/asm-x86/parport.h
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2008-03-23 01:03:01 -0700
committerIngo Molnar <mingo@elte.hu>2008-04-17 17:41:26 +0200
commit5269354231c6e960941f6e1fd0737acc003d2353 (patch)
treea29e72cab0b1c48eb7d2096d7e736e4a51890e72 /include/asm-x86/parport.h
parent49cd740bb0b5796f34699a0f945b977f6ff34c64 (diff)
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>
Diffstat (limited to 'include/asm-x86/parport.h')
-rw-r--r--include/asm-x86/parport.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-x86/parport.h b/include/asm-x86/parport.h
index 019cbca24a38..3c4ffeb467e9 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 */