diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2010-02-27 11:51:25 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2010-03-04 11:43:58 -0500 |
commit | 653c60f37695d054e24b84102bb2426dd2840b8c (patch) | |
tree | f7d910147d99138ad651c75ac7cf57d39b1eae29 /arch/powerpc/sysdev/cpm2_pic.h | |
parent | 948e78c3fc9c799b3f9b6c683b83c665942e6bbe (diff) |
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/sysdev/cpm2_pic.h')
-rw-r--r-- | arch/powerpc/sysdev/cpm2_pic.h | 2 |
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 @@ | |||
3 | 3 | ||
4 | extern unsigned int cpm2_get_irq(void); | 4 | extern unsigned int cpm2_get_irq(void); |
5 | 5 | ||
6 | extern void cpm2_pic_init(struct device_node*); | 6 | extern void cpm2_pic_init(struct device_node *); |
7 | 7 | ||
8 | #endif /* _PPC_KERNEL_CPM2_H */ | 8 | #endif /* _PPC_KERNEL_CPM2_H */ |