public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* drivers/staging/bcm/InterfaceMisc.c-checkpatch cleanup-(foo*)->(foo *)
@ 2013-09-05 15:51 Avi
  2013-09-05 16:01 ` Greg Kroah-Hartman
  2013-09-05 16:32 ` Dan Carpenter
  0 siblings, 2 replies; 4+ messages in thread
From: Avi @ 2013-09-05 15:51 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: klmckinney1, devel, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #2: 0001-drivers-staging-bcm-InterfaceMisc.c-107-ERROR-foo-sh.patch --]
[-- Type: text/x-diff, Size: 860 bytes --]

>From 91e1d42ce8b52cc28689ea4e56c71b790217cf91 Mon Sep 17 00:00:00 2001
From: AVI <avi@avi-VPCCW15FG.(none)>
Date: Thu, 5 Sep 2013 21:03:45 +0530
Subject: [PATCH] drivers/staging/bcm/InterfaceMisc.c:107: ERROR: "(foo*)"
 should be "(foo *)" 
Signed-off-by: Avinash Kumar <avi.kp.137@gmail.com>

---
 drivers/staging/bcm/InterfaceMisc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/bcm/InterfaceMisc.c b/drivers/staging/bcm/InterfaceMisc.c
index afca010..d9fa2bb 100644
--- a/drivers/staging/bcm/InterfaceMisc.c
+++ b/drivers/staging/bcm/InterfaceMisc.c
@@ -104,7 +104,7 @@ int BcmRDM(void *arg,
 	void *buff,
 	int len)
 {
-	return InterfaceRDM((struct bcm_interface_adapter*)arg, addr, buff, len);
+	return InterfaceRDM((struct bcm_interface_adapter *)arg, addr, buff, len);
 }
 
 int BcmWRM(void *arg,
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-09-05 16:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-05 15:51 drivers/staging/bcm/InterfaceMisc.c-checkpatch cleanup-(foo*)->(foo *) Avi
2013-09-05 16:01 ` Greg Kroah-Hartman
2013-09-05 16:32 ` Dan Carpenter
2013-09-05 16:36   ` Dan Carpenter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox