aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2010-02-27 17:51:25 +0100
committerKumar Gala <galak@kernel.crashing.org>2010-03-04 10:43:58 -0600
commit653c60f37695d054e24b84102bb2426dd2840b8c (patch)
treef7d910147d99138ad651c75ac7cf57d39b1eae29 /arch/powerpc
parentpowerpc/86xx: Renaming following split of GE Fanuc joint venture (diff)
downloadlinux-dev-653c60f37695d054e24b84102bb2426dd2840b8c.tar.xz
linux-dev-653c60f37695d054e24b84102bb2426dd2840b8c.zip
powerpc/cpm2: Checkpatch cleanup
arch/powerpc/sysdev/cpm2_pic.h:6: ERROR: "(foo*)" should be "(foo *)" Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/sysdev/cpm2_pic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/sysdev/cpm2_pic.h b/arch/powerpc/sysdev/cpm2_pic.h
index 30e5828a2781..2c5f70c24485 100644
--- a/arch/powerpc/sysdev/cpm2_pic.h
+++ b/arch/powerpc/sysdev/cpm2_pic.h
@@ -3,6 +3,6 @@
extern unsigned int cpm2_get_irq(void);
-extern void cpm2_pic_init(struct device_node*);
+extern void cpm2_pic_init(struct device_node *);
#endif /* _PPC_KERNEL_CPM2_H */