diff mbox

[44/66] arch/powerpc/sysdev/cpm2_pic.h: Checkpatch cleanup

Message ID 1267289508-31031-45-git-send-email-andrea.gelmini@gelma.net (mailing list archive)
State Accepted, archived
Commit 653c60f37695d054e24b84102bb2426dd2840b8c
Delegated to: Kumar Gala
Headers show

Commit Message

Andrea Gelmini Feb. 27, 2010, 4:51 p.m. UTC
arch/powerpc/sysdev/cpm2_pic.h:6: ERROR: "(foo*)" should be "(foo *)"

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
---
 arch/powerpc/sysdev/cpm2_pic.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Kumar Gala March 4, 2010, 4:45 p.m. UTC | #1
On Feb 27, 2010, at 10:51 AM, Andrea Gelmini wrote:

> arch/powerpc/sysdev/cpm2_pic.h:6: ERROR: "(foo*)" should be "(foo *)"
> 
> Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
> ---
> arch/powerpc/sysdev/cpm2_pic.h |    2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)

applied to next

- k
diff mbox

Patch

diff --git a/arch/powerpc/sysdev/cpm2_pic.h b/arch/powerpc/sysdev/cpm2_pic.h
index 30e5828..2c5f70c 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 */