All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] staging: r8188eu: code cleanup and coding-style fix patches
@ 2023-03-29 17:01 Abhirup Deb
  2023-03-29 17:01 ` [PATCH 1/5] staging: r8188eu: add blank line after declaration Abhirup Deb
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Abhirup Deb @ 2023-03-29 17:01 UTC (permalink / raw)
  To: Martyn Welch, Manohar Vanga, Greg Kroah-Hartman, linux-kernel,
	linux-staging
  Cc: abhirupdeb

This series of patches fixes the coding-style issues
reported by checkpatch.pl for the staging/r8188eu driver.

Abhirup Deb (5):
  staging: r8188eu: add blank line after declaration
  staging: r8188eu: refactor block-comments
  staging: r8188eu: remove redundant else after return
  staging: r8188eu: Replace "<<" with BIT macro
  staging: r8188eu: place constants on right side of comparison

 drivers/staging/r8188eu/core/rtw_mlme_ext.c   | 61 +++++++-------
 drivers/staging/r8188eu/hal/rtl8188e_cmd.c    |  2 +-
 drivers/staging/r8188eu/hal/rtl8188e_dm.c     |  2 +-
 .../staging/r8188eu/hal/rtl8188e_hal_init.c   | 10 +--
 drivers/staging/r8188eu/hal/rtl8188eu_xmit.c  |  2 +-
 drivers/staging/r8188eu/hal/usb_halinit.c     | 23 ++++--
 drivers/staging/r8188eu/include/ieee80211.h   | 82 +++++++++----------
 drivers/staging/r8188eu/include/rtw_mlme.h    |  4 +-
 drivers/staging/r8188eu/os_dep/ioctl_linux.c  |  6 +-
 9 files changed, 98 insertions(+), 94 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2023-03-29 18:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-29 17:01 [PATCH 0/5] staging: r8188eu: code cleanup and coding-style fix patches Abhirup Deb
2023-03-29 17:01 ` [PATCH 1/5] staging: r8188eu: add blank line after declaration Abhirup Deb
2023-03-29 17:01 ` [PATCH 2/5] staging: r8188eu: refactor block-comments Abhirup Deb
2023-03-29 17:01 ` [PATCH 3/5] staging: r8188eu: remove redundant else after return Abhirup Deb
2023-03-29 17:01 ` [PATCH 4/5] staging: r8188eu: Replace "<<" with BIT macro Abhirup Deb
2023-03-29 17:01 ` [PATCH 5/5] staging: r8188eu: place constants on right side of comparison Abhirup Deb
2023-03-29 18:48 ` [PATCH 0/5] staging: r8188eu: code cleanup and coding-style fix patches Philipp Hortmann

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.