From 31c311fa3db2237b0ac469a5b8c8736a0f89bd4a Mon Sep 17 00:00:00 2001 From: Wim Van Sebroeck Date: Sat, 2 Sep 2006 19:32:26 +0200 Subject: [PATCH] --- yaml --- r: 40220 b: refs/heads/master c: 8386c8cfb2131b2a9caae3db6bf94292bbbe1caf h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/char/watchdog/smsc37b787_wdt.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 2c05c146cbef..50720d526bda 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 485ae77dc7f484563707557ccf8c5d228980619f +refs/heads/master: 8386c8cfb2131b2a9caae3db6bf94292bbbe1caf diff --git a/trunk/drivers/char/watchdog/smsc37b787_wdt.c b/trunk/drivers/char/watchdog/smsc37b787_wdt.c index 47141c0b6f25..1d01b3074db3 100644 --- a/trunk/drivers/char/watchdog/smsc37b787_wdt.c +++ b/trunk/drivers/char/watchdog/smsc37b787_wdt.c @@ -8,7 +8,7 @@ * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. - * + * * The authors do NOT admit liability nor provide warranty for * any of this software. This material is provided "AS-IS" in * the hope that it may be useful for others. @@ -422,7 +422,7 @@ static int wb_smsc_wdt_ioctl(struct inode *inode, struct file *file, switch (cmd) { default: - return -ENOTTY; + return -ENOTTY; case WDIOC_GETSUPPORT: return copy_to_user(uarg.ident, &ident, sizeof(ident)); @@ -573,7 +573,7 @@ static int __init wb_smsc_wdt_init(void) out_pnp: goto out_clean; -} +} /* module's "destructor" */