Skip to content

Commit

Permalink
powerpc/cpm2: Checkpatch cleanup
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrea Gelmini authored and Kumar Gala committed Mar 4, 2010
1 parent 948e78c commit 653c60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/sysdev/cpm2_pic.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit 653c60f

Please sign in to comment.