watchdog: document watchdog_init_timeout() wdd parameter
authorCorentin Labbe <clabbe.montjoie@gmail.com>
Wed, 13 Dec 2017 19:41:40 +0000 (20:41 +0100)
committerWim Van Sebroeck <wim@iguana.be>
Thu, 28 Dec 2017 19:45:56 +0000 (20:45 +0100)
commit8bc86475a0ded71bb0cfa95d88b1708292741356
treeaa17e1ff450d590ac62e58856d06a83beb2a7275
parentaeebc6ba88ba3758ad95467ff6191fabf2074c13
watchdog: document watchdog_init_timeout() wdd parameter

All parameters of watchdog_init_timeout() are documented with exception
of wdd, thus generating a build warning.

This patch document it and so remove the following build warning:
drivers/watchdog/watchdog_core.c:113: warning: No description found for parameter 'wdd'

Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/watchdog_core.c