linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] staging: rtl8192e: trivial code cleanup patches
@ 2022-11-05 10:00 Jacob Bai
  2022-11-05 10:00 ` [PATCH 1/3] staging: rtl8192e: rename tables in r8192e_hwimg.c Jacob Bai
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Jacob Bai @ 2022-11-05 10:00 UTC (permalink / raw)
  To: gregkh, linux-staging, linux-kernel; +Cc: Jacob Bai

Rename few variables and source files to make it align with other
rtlwifi drivers.
The patches are required to be applied in sequence

Jacob Bai (3):
  staging: rtl8192e: rename tables in r8192e_hwimg.c
  staging: rtl8192e: rename r8192E_hwimg.c/h to table.c/h
  staging: rtl8192e: remove unnecesscary macro define

 drivers/staging/rtl8192e/rtl8192e/Makefile    |  2 +-
 .../staging/rtl8192e/rtl8192e/r8192E_hwimg.h  | 33 ------------
 .../staging/rtl8192e/rtl8192e/r8192E_phy.c    | 54 +++++++++----------
 .../staging/rtl8192e/rtl8192e/r8192E_phy.h    | 20 -------
 .../rtl8192e/{r8192E_hwimg.c => table.c}      | 20 +++----
 drivers/staging/rtl8192e/rtl8192e/table.h     | 33 ++++++++++++
 6 files changed, 71 insertions(+), 91 deletions(-)
 delete mode 100644 drivers/staging/rtl8192e/rtl8192e/r8192E_hwimg.h
 rename drivers/staging/rtl8192e/rtl8192e/{r8192E_hwimg.c => table.c} (95%)
 create mode 100644 drivers/staging/rtl8192e/rtl8192e/table.h

-- 
2.34.1


^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH 0/3] staging: rtl8192e: trivial code cleanup patches
@ 2022-11-06  3:13 Jacob Bai
  2022-11-06  8:21 ` Philipp Hortmann
  0 siblings, 1 reply; 7+ messages in thread
From: Jacob Bai @ 2022-11-06  3:13 UTC (permalink / raw)
  To: joe, gregkh, linux-staging, linux-kernel

Rename few variables and source files to make it align with other
rtlwifi drivers.
The patches are required to be applied in sequence.

Changes in v3:
	1.Patch 3: use ARRAY_SIZE() to replace macros, 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 (3):
  staging: rtl8192e: rename tables in r8192e_hwimg.c
  staging: rtl8192e: rename r8192E_hwimg.c/h to table.c/h
  staging: rtl8192e: replace macro defines with ARRAY_SIZE

 drivers/staging/rtl8192e/rtl8192e/Makefile    |  2 +-
 .../rtl8192e/rtl8192e/r8192E_firmware.c       |  2 +-
 .../staging/rtl8192e/rtl8192e/r8192E_hwimg.h  | 33 ------------
 .../staging/rtl8192e/rtl8192e/r8192E_phy.c    | 54 +++++++++----------
 .../staging/rtl8192e/rtl8192e/r8192E_phy.h    | 20 -------
 .../rtl8192e/{r8192E_hwimg.c => table.c}      | 34 +++++++-----
 drivers/staging/rtl8192e/rtl8192e/table.h     | 33 ++++++++++++
 7 files changed, 84 insertions(+), 94 deletions(-)
 delete mode 100644 drivers/staging/rtl8192e/rtl8192e/r8192E_hwimg.h
 rename drivers/staging/rtl8192e/rtl8192e/{r8192E_hwimg.c => table.c} (91%)
 create mode 100644 drivers/staging/rtl8192e/rtl8192e/table.h

-- 
2.34.1


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

end of thread, other threads:[~2022-11-06  8:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-05 10:00 [PATCH 0/3] staging: rtl8192e: trivial code cleanup patches Jacob Bai
2022-11-05 10:00 ` [PATCH 1/3] staging: rtl8192e: rename tables in r8192e_hwimg.c Jacob Bai
2022-11-05 10:00 ` [PATCH 2/3] staging: rtl8192e: rename r8192E_hwimg.c/h to table.c/h Jacob Bai
2022-11-05 11:49   ` kernel test robot
2022-11-05 10:00 ` [PATCH 3/3] staging: rtl8192e: remove unnecesscary macro define Jacob Bai
  -- strict thread matches above, loose matches on Subject: below --
2022-11-06  3:13 [PATCH 0/3] staging: rtl8192e: trivial code cleanup patches Jacob Bai
2022-11-06  8:21 ` Philipp Hortmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).