All of lore.kernel.org
 help / color / mirror / Atom feed
* [Outreachy kernel] [PATCH v2 0/9] staging: rtl8723bs: os_dep: ioctl_linux.c: Fix formatting issues
@ 2019-03-31 10:48 Payal Kshirsagar
  2019-03-31 10:48 ` [Outreachy kernel] [PATCH v2 1/9] staging: rtl8723bs: os_dep: ioctl_linux.c: Fix indentation issue Payal Kshirsagar
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Payal Kshirsagar @ 2019-03-31 10:48 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.

Changes in v2:
	-Variable name “bl_inserted” changed to “inserted”.
	-Variable name “PMK” changed to “pmk”.
	-Spelling corrected to “inserted” in log message.

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] 13+ messages in thread

end of thread, other threads:[~2019-04-02  4:46 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-31 10:48 [Outreachy kernel] [PATCH v2 0/9] staging: rtl8723bs: os_dep: ioctl_linux.c: Fix formatting issues Payal Kshirsagar
2019-03-31 10:48 ` [Outreachy kernel] [PATCH v2 1/9] staging: rtl8723bs: os_dep: ioctl_linux.c: Fix indentation issue Payal Kshirsagar
2019-04-01 17:24   ` Greg KH
2019-03-31 10:48 ` [Outreachy kernel] [PATCH v2 2/9] staging: rtl8723bs: os_dep: ioctl_linux.c: space prohibited before square brackets Payal Kshirsagar
2019-03-31 10:48 ` [Outreachy kernel] [PATCH v2 3/9] staging: rtl8723bs: os_dep: ioctl_linux.c: "foo* bar" should be "foo *bar" Payal Kshirsagar
2019-03-31 10:48 ` [Outreachy kernel] [PATCH v2 4/9] staging: rtl8723bs: os_dep: ioctl_linux.c: "(foo*)" should be "(foo *)" Payal Kshirsagar
2019-03-31 10:48 ` [Outreachy kernel] [PATCH v2 5/9] staging: rtl8723bs: os_dep: ioctl_linux.c: Avoid CamelCase "blInserted" Payal Kshirsagar
2019-03-31 10:48 ` [Outreachy kernel] [PATCH v2 6/9] staging: rtl8723bs: os_dep: ioctl_linux.c: Avoid CamelCase "intReturn" Payal Kshirsagar
2019-03-31 10:48 ` [Outreachy kernel] [PATCH v2 7/9] staging: rtl8723bs: os_dep: ioctl_linux.c: space prohibited before semicolon Payal Kshirsagar
2019-03-31 10:48 ` [Outreachy kernel] [PATCH v2 8/9] staging: rtl8723bs: os_dep: ioctl_linux.c: Avoid CamelCase "pPMK" Payal Kshirsagar
2019-03-31 10:48 ` [Outreachy kernel] [PATCH v2 9/9] staging: rtl8723bs: os_dep: ioctl_linux.c: Alignment should match open parenthesis Payal Kshirsagar
2019-04-01 17:25 ` [Outreachy kernel] [PATCH v2 0/9] staging: rtl8723bs: os_dep: ioctl_linux.c: Fix formatting issues Greg KH
2019-04-02  4:46   ` 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.