All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] staging: rtl8723bs: os_dep: Fix coding style issues
@ 2018-10-11 17:42 Mamta Shukla
  2018-10-11 17:44 ` [PATCH 1/3] staging: rtl8723bs: os_dep: Remove true and false comparison Mamta Shukla
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Mamta Shukla @ 2018-10-11 17:42 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: gregkh, Larry.Finger, hadess, hdegoede

This patch series fixes checkpatch issues such as:
-Remove true and false comparison
-Remove space after cast
-Shift * to be adjacent to pointer name to conform kernel coding style.


Mamta Shukla (3):
  staging: rtl8723bs: os_dep: Remove true and false comparison
  staging: rtl8723bs: os_dep: Remove space after cast
  staging: rtl8723bs: os_dep: Shift * to be  adjacent to pointer name

 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c | 30 +++++++++++++-------------
 1 file changed, 15 insertions(+), 15 deletions(-)

-- 
1.9.1



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

end of thread, other threads:[~2018-10-12 11:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-11 17:42 [PATCH 0/3] staging: rtl8723bs: os_dep: Fix coding style issues Mamta Shukla
2018-10-11 17:44 ` [PATCH 1/3] staging: rtl8723bs: os_dep: Remove true and false comparison Mamta Shukla
2018-10-11 17:46 ` [PATCH 2/3] staging: rtl8723bs: os_dep: Remove space after cast Mamta Shukla
2018-10-11 17:48 ` [PATCH 3/3] staging: rtl8723bs: os_dep: Shift * to be adjacent to pointer name Mamta Shukla
2018-10-11 18:22   ` [Outreachy kernel] " Greg KH
2018-10-12 11:22   ` Julia Lawall
2018-10-12 11:36     ` Mamta Shukla
2018-10-11 18:05 ` [PATCH 0/3] staging: rtl8723bs: os_dep: Fix coding style issues Larry Finger
2018-10-11 18:22 ` [Outreachy kernel] " Julia Lawall

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.