All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] staging: rtl8723bs: small cleanup of RTL8192C leftovers
@ 2026-08-11 14:23 Jonggeun Park
  2026-08-11 14:23 ` [PATCH 1/2] staging: rtl8723bs: fix stale file name references in comments Jonggeun Park
  2026-08-11 14:23 ` [PATCH 2/2] staging: rtl8723bs: remove dead RTL8192C function declarations Jonggeun Park
  0 siblings, 2 replies; 3+ messages in thread
From: Jonggeun Park @ 2026-08-11 14:23 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: linux-staging, linux-kernel, Jonggeun Park

Hi,

This is my first patch series to the kernel, and I am glad to
contribute.

The series is a step toward the TODO item "find and remove any code
for other chips that is left over" in drivers/staging/rtl8723bs/TODO:

  - Patch 1 corrects two comments whose referenced file names no
    longer match the files present in the driver.
  - Patch 2 removes two RTL8192C function declarations that have no
    definition or caller anywhere in the kernel tree.

Neither patch introduces a functional change. The driver builds
cleanly with W=1 for CONFIG_RTL8723BS=m.

Thanks,
Jonggeun

Jonggeun Park (2):
  staging: rtl8723bs: fix stale file name references in comments
  staging: rtl8723bs: remove dead RTL8192C function declarations

 drivers/staging/rtl8723bs/hal/rtl8723b_rf6052.c   | 2 +-
 drivers/staging/rtl8723bs/include/rtl8192c_recv.h | 3 ---
 drivers/staging/rtl8723bs/include/rtl8723b_hal.h  | 2 +-
 3 files changed, 2 insertions(+), 5 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-08-11 14:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-11 14:23 [PATCH 0/2] staging: rtl8723bs: small cleanup of RTL8192C leftovers Jonggeun Park
2026-08-11 14:23 ` [PATCH 1/2] staging: rtl8723bs: fix stale file name references in comments Jonggeun Park
2026-08-11 14:23 ` [PATCH 2/2] staging: rtl8723bs: remove dead RTL8192C function declarations Jonggeun Park

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.