dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Andrea Gelmini 2010-02-27 17:51:25 +01:00 committed by Kumar Gala
parent 948e78c3fc
commit 653c60f376
1 changed files with 1 additions and 1 deletions

View File

@ -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 */