All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] staging: rtl8192e: trivial code cleanup patches
@ 2022-11-10 10:35 Jacob Bai
  2022-11-10 10:35 ` [PATCH v5 1/2] staging: rtl8192e: rename tables in r8192e_hwimg.c Jacob Bai
  2022-11-10 10:35 ` [PATCH v5 2/2] staging: rtl8192e: replace macro defines with variables Jacob Bai
  0 siblings, 2 replies; 7+ messages in thread
From: Jacob Bai @ 2022-11-10 10:35 UTC (permalink / raw)
  To: gregkh, linux-staging, linux-kernel

Remove macro defines and rename few variables to make it align with other
rtlwifi drivers.
The patches are required to be applied in sequence.

Changes in v5:
	1. Removed original Patch 2, which is renaming file r8192E_firmware.c
to table.c, as it's not required at this stage. Feedback from
gregkh@linuxfoundation.org.
	2. Put more details on the description of Patches.
	3. Put more details on the changelogs.

Changes in v4:
	1. Missing patch set vision number in the v3

Changes in v3:
	1. Patch 3: use ARRAY_SIZE() to initialize variables to replace 
macro defines. Feedback from joe@perches.com

Changes in v2:
	1. Patch 2: modify r8192E_firmware.c to include table.h instead of
r8192E_hwimg.h.

Jacob Bai (2):
  staging: rtl8192e: rename tables in r8192e_hwimg.c
  staging: rtl8192e: replace macro defines with variables

 .../staging/rtl8192e/rtl8192e/r8192E_hwimg.c  | 31 ++++++++++------
 .../staging/rtl8192e/rtl8192e/r8192E_hwimg.h  | 36 +++++++++----------
 .../staging/rtl8192e/rtl8192e/r8192E_phy.h    | 20 -----------
 3 files changed, 38 insertions(+), 49 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2022-11-10 19:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-10 10:35 [PATCH v5 0/2] staging: rtl8192e: trivial code cleanup patches Jacob Bai
2022-11-10 10:35 ` [PATCH v5 1/2] staging: rtl8192e: rename tables in r8192e_hwimg.c Jacob Bai
2022-11-10 11:24   ` Dan Carpenter
2022-11-10 10:35 ` [PATCH v5 2/2] staging: rtl8192e: replace macro defines with variables Jacob Bai
2022-11-10 11:01   ` Dan Carpenter
2022-11-10 11:07   ` Dan Carpenter
2022-11-10 19:09   ` kernel test robot

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.