All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] staging: rtl8192u: ieee80211: checkpatch cleanup for ieee80211
@ 2017-09-16 11:00 Aastha Gupta
  2017-09-16 11:00 ` [PATCH 01/11] staging: rtl8192u: fix spaces around algebric and binary operators Aastha Gupta
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Aastha Gupta @ 2017-09-16 11:00 UTC (permalink / raw)
  To: outreachy-kernel, Greg Kroah-Hartman; +Cc: Aastha Gupta

These patches add or remove spaces wherever required in ieee80211.h file to make it follow kernel coding style.

Aastha Gupta (11):
  staging: rtl8192u: fix spaces around algebric and binary operators
  staging: rtl8192u: add space after '}'
  staging: rtl8192u: remove space after '('
  staging: rtl8192u: remove space before ')'
  staging: rtl8192u: add spaces after struct/enum definitions
  staging: rtl8192u:add space before '(' and '{'
  staging: rtl8192u: fix '{' following enum go on the same line
  staging: rtl8192u: remove space function pointer arguments
  staging: rtl8192u: add space after ','
  staging: rtl8192u: remove space before semicolon
  staging: rtl819u: move '{' to next line

 drivers/staging/rtl8192u/ieee80211/ieee80211.h | 112 ++++++++++++-------------
 1 file changed, 55 insertions(+), 57 deletions(-)

-- 
2.7.4



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

end of thread, other threads:[~2017-09-16 11:01 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-16 11:00 [PATCH 00/11] staging: rtl8192u: ieee80211: checkpatch cleanup for ieee80211 Aastha Gupta
2017-09-16 11:00 ` [PATCH 01/11] staging: rtl8192u: fix spaces around algebric and binary operators Aastha Gupta
2017-09-16 11:00 ` [PATCH 02/11] staging: rtl8192u: add space after '}' Aastha Gupta
2017-09-16 11:00 ` [PATCH 03/11] staging: rtl8192u: remove space after '(' Aastha Gupta
2017-09-16 11:00 ` [PATCH 04/11] staging: rtl8192u: remove space before ')' Aastha Gupta
2017-09-16 11:00 ` [PATCH 05/11] staging: rtl8192u: add spaces after struct/enum definitions Aastha Gupta
2017-09-16 11:00 ` [PATCH 06/11] staging: rtl8192u:add space before '(' and '{' Aastha Gupta
2017-09-16 11:00 ` [PATCH 07/11] staging: rtl8192u: fix '{' following enum go on the same line Aastha Gupta
2017-09-16 11:00 ` [PATCH 08/11] staging: rtl8192u: remove space function pointer arguments Aastha Gupta
2017-09-16 11:00 ` [PATCH 09/11] staging: rtl8192u: add space after ',' Aastha Gupta
2017-09-16 11:00 ` [PATCH 10/11] staging: rtl8192u: remove space before semicolon Aastha Gupta
2017-09-16 11:00 ` [PATCH 11/11] staging: rtl819u: move '{' to next line Aastha Gupta

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.