All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: rtl8712: fix avoid CamelCase in xmit_osdep.h
@ 2021-04-07  7:57 Mitali Borkar
  2021-04-07  8:05 ` Greg KH
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Mitali Borkar @ 2021-04-07  7:57 UTC (permalink / raw)
  To: Larry.Finger, florian.c.schilhabel, gregkh
  Cc: linux-staging, linux-kernel, outreachy-kernel, mitali_s

Fixed Check:Avoid CamelCase by renaming SetFilter to set_filter
Reported by checkpatch.

Signed-off-by: Mitali Borkar <mitaliborkar810@example.com>
---
 drivers/staging/rtl8712/xmit_osdep.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8712/xmit_osdep.h b/drivers/staging/rtl8712/xmit_osdep.h
index b76021b568f8..7ad2ac6f5ff0 100644
--- a/drivers/staging/rtl8712/xmit_osdep.h
+++ b/drivers/staging/rtl8712/xmit_osdep.h
@@ -35,7 +35,7 @@ struct xmit_frame;
 struct xmit_buf;
 
 int r8712_xmit_entry(_pkt *pkt, struct  net_device *pnetdev);
-void r8712_SetFilter(struct work_struct *work);
+void r8712_set_filter(struct work_struct *work);
 int r8712_xmit_resource_alloc(struct _adapter *padapter,
 			      struct xmit_buf *pxmitbuf);
 void r8712_xmit_resource_free(struct _adapter *padapter,
-- 
2.30.2


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

end of thread, other threads:[~2021-04-07 16:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-07  7:57 [PATCH] staging: rtl8712: fix avoid CamelCase in xmit_osdep.h Mitali Borkar
2021-04-07  8:05 ` Greg KH
2021-04-07 10:45 ` kernel test robot
2021-04-07 10:45   ` kernel test robot
2021-04-07 16:21 ` kernel test robot
2021-04-07 16:21   ` kernel test robot

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.