Commit e1b83a31 authored by Hardik Singh Rathore's avatar Hardik Singh Rathore Committed by Wim Van Sebroeck

Watchdog: remove outdated comment

The lock field doesn't exist in watchdog_device structure.
It was added by commit f4e9c82f ("watchdog: Add Locking support")
and removed by commit b4ffb190
("watchdog: Separate and maintain variables based on variable lifetime")
Signed-off-by: default avatarHardik Singh Rathore <hardiksingh.k@gmail.com>
Reviewed-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarWim Van Sebroeck <wim@linux-watchdog.org>
parent 31eb42bd
......@@ -90,9 +90,6 @@ struct watchdog_ops {
*
* The driver-data field may not be accessed directly. It must be accessed
* via the watchdog_set_drvdata and watchdog_get_drvdata helpers.
*
* The lock field is for watchdog core internal use only and should not be
* touched.
*/
struct watchdog_device {
int id;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment