From: Alan Cox Signed-off-by: Alan Cox Signed-off-by: Andrew Morton --- drivers/watchdog/softdog.c | 87 ++++++++++++++++++----------------- 1 file changed, 46 insertions(+), 41 deletions(-) diff -puN drivers/watchdog/softdog.c~watchdog-softdog-clean-up-coding-style-and-switch-to-unlocked_ioctl drivers/watchdog/softdog.c --- a/drivers/watchdog/softdog.c~watchdog-softdog-clean-up-coding-style-and-switch-to-unlocked_ioctl +++ a/drivers/watchdog/softdog.c @@ -47,19 +47,22 @@ #include #include #include - -#include +#include #define PFX "SoftDog: " #define TIMER_MARGIN 60 /* Default is 60 seconds */ static int soft_margin = TIMER_MARGIN; /* in seconds */ module_param(soft_margin, int, 0); -MODULE_PARM_DESC(soft_margin, "Watchdog soft_margin in seconds. (0