All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: vt6655: Replace BBvClearFOE by bbvclearfoe
@ 2016-10-08 11:25 Varsha Rao
  2016-10-08 17:41 ` [Outreachy kernel] " Julia Lawall
  2016-10-09 13:50 ` Greg KH
  0 siblings, 2 replies; 21+ messages in thread
From: Varsha Rao @ 2016-10-08 11:25 UTC (permalink / raw)
  To: outreachy-kernel, forest, gregkh; +Cc: rvarsha016

This patch fixes the checkpatch issue by replacing BBvClearFOE with bbvclearfoe.
Avoid CamelCase: <BBvClearFOE>

Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
---
 drivers/staging/vt6655/baseband.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/vt6655/baseband.h b/drivers/staging/vt6655/baseband.h
index 6d9a936..a732fba 100644
--- a/drivers/staging/vt6655/baseband.h
+++ b/drivers/staging/vt6655/baseband.h
@@ -58,7 +58,7 @@
 #define TOP_RATE_2M         0x00200000
 #define TOP_RATE_1M         0x00100000
 
-#define BBvClearFOE(dwIoBase)				\
+#define bbvclearfoe(dwIoBase)				\
 	BBbWriteEmbedded(dwIoBase, 0xB1, 0)
 
 #define BBvSetFOE(dwIoBase)				\
-- 
2.7.4



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

end of thread, other threads:[~2016-10-13 16:08 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-08 11:25 [PATCH] staging: vt6655: Replace BBvClearFOE by bbvclearfoe Varsha Rao
2016-10-08 17:41 ` [Outreachy kernel] " Julia Lawall
2016-10-08 18:09   ` Varsha Rao
2016-10-08 20:10     ` Varsha Rao
2016-10-09 13:54       ` Julia Lawall
2016-10-11 20:00         ` Varsha Rao
2016-10-11 20:22           ` Julia Lawall
2016-10-12  3:54             ` Varsha Rao
2016-10-12  5:11               ` Julia Lawall
2016-10-13 12:18                 ` Varsha Rao
2016-10-13 12:20                   ` Julia Lawall
2016-10-13 12:37                     ` Varsha Rao
2016-10-13 12:49                       ` Greg KH
2016-10-13 12:52                       ` Vaishali Thakkar
2016-10-13 16:01                         ` Varsha Rao
2016-10-13 13:15                       ` Julia Lawall
2016-10-13 16:08                         ` Varsha Rao
2016-10-13 12:24                   ` Greg KH
2016-10-13 12:25                   ` Greg KH
2016-10-13 12:32                     ` Varsha Rao
2016-10-09 13:50 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.