diff options
author | Wim Van Sebroeck <wim@iguana.be> | 2006-09-02 19:32:26 +0200 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2006-10-04 22:36:30 +0200 |
commit | 8386c8cfb2131b2a9caae3db6bf94292bbbe1caf (patch) | |
tree | 179922ea139733951bf397c78bfa8df5d0988099 /drivers/char/watchdog/smsc37b787_wdt.c | |
parent | 485ae77dc7f484563707557ccf8c5d228980619f (diff) |
[WATCHDOG] Winbond SMsC37B787 - remove trailing whitespace
Remove trailing whitespace.
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/char/watchdog/smsc37b787_wdt.c')
-rw-r--r-- | drivers/char/watchdog/smsc37b787_wdt.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/char/watchdog/smsc37b787_wdt.c b/drivers/char/watchdog/smsc37b787_wdt.c index 47141c0b6f2..1d01b3074db 100644 --- a/drivers/char/watchdog/smsc37b787_wdt.c +++ b/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 @@ out_io: out_pnp: goto out_clean; -} +} /* module's "destructor" */ |