All of lore.kernel.org
 help / color / mirror / Atom feed
* [Outreachy kernel] [PATCH 0/9] staging: rtl8723bs: os_dep: ioctl_linux.c: Fix formatting issues
@ 2019-03-31  7:15 Payal Kshirsagar
  2019-03-31  7:15 ` [Outreachy kernel] [PATCH 1/9] staging: rtl8723bs: os_dep: ioctl_linux.c: Fix indentation issue Payal Kshirsagar
                   ` (8 more replies)
  0 siblings, 9 replies; 15+ messages in thread
From: Payal Kshirsagar @ 2019-03-31  7:15 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Payal Kshirsagar

This patchset:
	-Removes spaces and adds right number of tabs.
	-Removes spaces before square brackets.
	-Avoids camelcase variable names.
	-Removes space before semicolon.
	-Aligns to open parenthesis.

Payal Kshirsagar (9):
  staging: rtl8723bs: os_dep: ioctl_linux.c: Fix indentation issue.
  staging: rtl8723bs: os_dep: ioctl_linux.c: space prohibited before
    square brackets
  staging: rtl8723bs: os_dep: ioctl_linux.c: "foo*  bar" should be "foo
    *bar"
  staging: rtl8723bs: os_dep: ioctl_linux.c: "(foo*)" should be "(foo
    *)"
  staging: rtl8723bs: os_dep: ioctl_linux.c: Avoid CamelCase
    "blInserted"
  staging: rtl8723bs: os_dep: ioctl_linux.c: Avoid CamelCase "intReturn"
  staging: rtl8723bs: os_dep: ioctl_linux.c: space prohibited before
    semicolon
  staging: rtl8723bs: os_dep: ioctl_linux.c: Avoid CamelCase "pPMK"
  staging: rtl8723bs: os_dep: ioctl_linux.c: Alignment should match open
    parenthesis

 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c | 103 ++++++++++++-------------
 1 file changed, 50 insertions(+), 53 deletions(-)

-- 
2.7.4



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

end of thread, other threads:[~2019-03-31  9:15 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-31  7:15 [Outreachy kernel] [PATCH 0/9] staging: rtl8723bs: os_dep: ioctl_linux.c: Fix formatting issues Payal Kshirsagar
2019-03-31  7:15 ` [Outreachy kernel] [PATCH 1/9] staging: rtl8723bs: os_dep: ioctl_linux.c: Fix indentation issue Payal Kshirsagar
2019-03-31  7:15 ` [Outreachy kernel] [PATCH 2/9] staging: rtl8723bs: os_dep: ioctl_linux.c: space prohibited before square brackets Payal Kshirsagar
2019-03-31  7:15 ` [Outreachy kernel] [PATCH 3/9] staging: rtl8723bs: os_dep: ioctl_linux.c: "foo* bar" should be "foo *bar" Payal Kshirsagar
2019-03-31  7:15 ` [Outreachy kernel] [PATCH 4/9] staging: rtl8723bs: os_dep: ioctl_linux.c: "(foo*)" should be "(foo *)" Payal Kshirsagar
2019-03-31  7:15 ` [Outreachy kernel] [PATCH 5/9] staging: rtl8723bs: os_dep: ioctl_linux.c: Avoid CamelCase "blInserted" Payal Kshirsagar
2019-03-31  9:05   ` Julia Lawall
2019-03-31  7:15 ` [Outreachy kernel] [PATCH 6/9] staging: rtl8723bs: os_dep: ioctl_linux.c: Avoid CamelCase "intReturn" Payal Kshirsagar
2019-03-31  9:04   ` Julia Lawall
2019-03-31  9:12     ` Payal Kshirsagar
2019-03-31  7:15 ` [Outreachy kernel] [PATCH 7/9] staging: rtl8723bs: os_dep: ioctl_linux.c: space prohibited before semicolon Payal Kshirsagar
2019-03-31  7:15 ` [Outreachy kernel] [PATCH 8/9] staging: rtl8723bs: os_dep: ioctl_linux.c: Avoid CamelCase "pPMK" Payal Kshirsagar
2019-03-31  9:03   ` Julia Lawall
2019-03-31  9:15     ` Payal Kshirsagar
2019-03-31  7:15 ` [Outreachy kernel] [PATCH 9/9] staging: rtl8723bs: os_dep: ioctl_linux.c: Alignment should match open parenthesis Payal Kshirsagar

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.