Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Haroen Tmimi and committed by
Greg Kroah-Hartman
a20463de 0dced5c0

-1
-1
drivers/staging/rtl8723bs/TODO
··· 1 1 TODO: 2 2 - find and remove any code for other chips that is left over 3 3 - convert any remaining unusual variable types 4 - - find codes that can use %pM and %Nph formatting 5 4 - checkpatch.pl fixes - most of the remaining ones are lines too long. Many 6 5 of them will require refactoring 7 6 - merge Realtek's bugfixes and new features into the driver