From 4cea8b03527a5735142bc7fa4d9e29b087a284ee Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Sun, 23 Mar 2008 01:03:01 -0700 Subject: [PATCH] --- yaml --- r: 88997 b: refs/heads/master c: 5269354231c6e960941f6e1fd0737acc003d2353 h: refs/heads/master i: 88995: df5f1990fa7d0a0de4cf4a4a997f67b7c3e7369b v: v3 --- [refs] | 2 +- trunk/include/asm-x86/parport.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 799501f0fed1..f4687075b722 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 49cd740bb0b5796f34699a0f945b977f6ff34c64 +refs/heads/master: 5269354231c6e960941f6e1fd0737acc003d2353 diff --git a/trunk/include/asm-x86/parport.h b/trunk/include/asm-x86/parport.h index 019cbca24a38..3c4ffeb467e9 100644 --- a/trunk/include/asm-x86/parport.h +++ b/trunk/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 */