summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaroen Tmimi <tmimiharoen@gmail.com>2026-02-05 15:51:59 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-02-07 14:44:24 +0100
commita20463de5166e6d1b66150c7702f3557a0bc71d4 (patch)
treec58813aa89e7dac7d463e5eb27f73215a525a8d8
parent0dced5c061bb9064e6ead08d75ac7ad6ce95e885 (diff)
staging: rtl8723bs: remove stale TODO item regarding %pM
The TODO list asks to "find codes that can use %pM and %Nph formatting". A grep of the driver directory shows that no manual MAC address formatting (using "%02x:%02x:..) remains in the code, thus all instances appear to have been converted to use "%pM". Remove the stale entry from the TODO list. Signed-off-by: Haroen Tmimi <tmimiharoen@gmail.com> Link: https://patch.msgid.link/20260205145159.185981-1-tmimiharoen@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/rtl8723bs/TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8723bs/TODO b/drivers/staging/rtl8723bs/TODO
index 050dcd0bffab..34c216e6da32 100644
--- a/drivers/staging/rtl8723bs/TODO
+++ b/drivers/staging/rtl8723bs/TODO
@@ -1,7 +1,6 @@
TODO:
- find and remove any code for other chips that is left over
- convert any remaining unusual variable types
-- find codes that can use %pM and %Nph formatting
- checkpatch.pl fixes - most of the remaining ones are lines too long. Many
of them will require refactoring
- merge Realtek's bugfixes and new features into the driver