The file header still lists
- TODO:
- Enhance test to add coverage for WDIOC_GETTEMP.
but that coverage was added in commit ec7b4511185b ("selftests/watchdog:
add test for WDIOC_GETTEMP"): the '-s'/'--status' path now issues
WDIOC_GETTEMP and prints the temperature.
Remove the stale TODO. No functional change.
Signed-off-by: gonglinkai <[email protected]>
---
tools/testing/selftests/watchdog/watchdog-test.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/tools/testing/selftests/watchdog/watchdog-test.c
b/tools/testing/selftests/watchdog/watchdog-test.c
index 4f09c5db0c7f..74a581250829 100644
--- a/tools/testing/selftests/watchdog/watchdog-test.c
+++ b/tools/testing/selftests/watchdog/watchdog-test.c
@@ -5,8 +5,6 @@
* - Tests Magic Close - CONFIG_WATCHDOG_NOWAYOUT
* - Could be tested against softdog driver on systems that
* don't have watchdog hardware.
-* - TODO:
-* - Enhance test to add coverage for WDIOC_GETTEMP.
*
* Reference: Documentation/watchdog/watchdog-api.rst
*/
--
2.25.1