[PATCH] staging: rtl8723bs: remove stale TODO item regarding %pM

Haroen Tmimi posted 1 patch 2 days, 3 hours ago
drivers/staging/rtl8723bs/TODO | 1 -
1 file changed, 1 deletion(-)
[PATCH] staging: rtl8723bs: remove stale TODO item regarding %pM
Posted by Haroen Tmimi 2 days, 3 hours ago
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>
---
 drivers/staging/rtl8723bs/TODO | 1 -
 1 file changed, 1 deletion(-)

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
-- 
2.53.0