All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] staging: rtl8188eu: fix code styling issues
@ 2017-10-05 13:06 Aastha Gupta
  2017-10-05 13:06 ` [PATCH 1/7] staging: rtl8188eu: fix block comment styling in rtl8188eu files Aastha Gupta
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Aastha Gupta @ 2017-10-05 13:06 UTC (permalink / raw)
  To: outreachy-kernel, Greg Kroah-Hartman; +Cc: Aastha Gupta

These patches fix:
- multi line comment styling
- whitespaces styling issues
- use pr_info() instead of printk()
- prefer using BIT macro

This patch series includes all the patches I sent for this driver to
show the correct order.

Aastha Gupta (7):
  staging: rtl8188eu: fix block comment styling in rtl8188eu files
  staging: rtl8188eu: fix space between function name and '('
  staging: rtl8188eu: use pr_info() instead of printk()
  staging: rtl8188eu: fix spaces before tabs
  staging: rtl8188eu: add spaces around algebric and boolean operators
  staging: rtl8188eu: prefer using BIT macro
  staging: rtl8188eu: add spaces around '|'

 drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h |  33 ++-
 drivers/staging/rtl8188eu/include/Hal8188EPhyReg.h |   3 +-
 .../rtl8188eu/include/Hal8188ERateAdaptive.h       |  28 +--
 drivers/staging/rtl8188eu/include/basic_types.h    |  14 +-
 drivers/staging/rtl8188eu/include/drv_types.h      |   3 +-
 drivers/staging/rtl8188eu/include/hal_intf.h       |   6 +-
 drivers/staging/rtl8188eu/include/ieee80211.h      | 114 ++++++-----
 drivers/staging/rtl8188eu/include/odm.h            |  44 ++--
 drivers/staging/rtl8188eu/include/osdep_intf.h     |   2 +-
 drivers/staging/rtl8188eu/include/pwrseq.h         |  44 ++--
 drivers/staging/rtl8188eu/include/rtl8188e_hal.h   |  29 ++-
 drivers/staging/rtl8188eu/include/rtl8188e_spec.h  | 153 +++++++-------
 drivers/staging/rtl8188eu/include/rtw_cmd.h        | 222 +++++++++++----------
 drivers/staging/rtl8188eu/include/rtw_debug.h      |   4 +-
 drivers/staging/rtl8188eu/include/rtw_eeprom.h     |   9 +-
 drivers/staging/rtl8188eu/include/rtw_event.h      |  40 ++--
 drivers/staging/rtl8188eu/include/rtw_led.h        |   6 +-
 drivers/staging/rtl8188eu/include/rtw_mlme.h       |  38 ++--
 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h   |  27 ++-
 .../staging/rtl8188eu/include/rtw_mp_phy_regdef.h  |  19 +-
 drivers/staging/rtl8188eu/include/rtw_pwrctrl.h    |  22 +-
 drivers/staging/rtl8188eu/include/rtw_qos.h        |   3 +-
 drivers/staging/rtl8188eu/include/rtw_recv.h       |  80 ++++----
 drivers/staging/rtl8188eu/include/rtw_rf.h         |   6 +-
 drivers/staging/rtl8188eu/include/rtw_security.h   |  27 ++-
 drivers/staging/rtl8188eu/include/rtw_xmit.h       |  12 +-
 drivers/staging/rtl8188eu/include/sta_info.h       |  12 +-
 drivers/staging/rtl8188eu/include/wifi.h           |  25 ++-
 drivers/staging/rtl8188eu/include/wlan_bssdef.h    |  22 +-
 29 files changed, 583 insertions(+), 464 deletions(-)

-- 
2.7.4



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

end of thread, other threads:[~2017-10-18 18:18 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-05 13:06 [PATCH 0/7] staging: rtl8188eu: fix code styling issues Aastha Gupta
2017-10-05 13:06 ` [PATCH 1/7] staging: rtl8188eu: fix block comment styling in rtl8188eu files Aastha Gupta
2017-10-05 13:06 ` [PATCH 2/7] staging: rtl8188eu: fix space between function name and '(' Aastha Gupta
2017-10-05 13:06 ` [PATCH 3/7] staging: rtl8188eu: use pr_info() instead of printk() Aastha Gupta
2017-10-18 13:26   ` Greg Kroah-Hartman
2017-10-18 18:18     ` Aastha Gupta
2017-10-05 13:06 ` [PATCH 4/7] staging: rtl8188eu: fix spaces before tabs Aastha Gupta
2017-10-05 13:06 ` [PATCH 5/7] staging: rtl8188eu: add spaces around algebric and boolean operators Aastha Gupta
2017-10-05 13:06 ` [PATCH 6/7] staging: rtl8188eu: prefer using BIT macro Aastha Gupta
2017-10-18 13:42   ` Greg Kroah-Hartman
2017-10-18 13:59     ` Aastha Gupta
2017-10-05 13:06 ` [PATCH 7/7] staging: rtl8188eu: add spaces around '|' Aastha Gupta
2017-10-18 13:43   ` Greg Kroah-Hartman

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.