aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Van Sebroeck <wim@iguana.be>2006-09-02 13:32:26 -0400
committerWim Van Sebroeck <wim@iguana.be>2006-10-04 16:36:30 -0400
commit8386c8cfb2131b2a9caae3db6bf94292bbbe1caf (patch)
tree179922ea139733951bf397c78bfa8df5d0988099
parent485ae77dc7f484563707557ccf8c5d228980619f (diff)
[WATCHDOG] Winbond SMsC37B787 - remove trailing whitespace
Remove trailing whitespace. Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
-rw-r--r--drivers/char/watchdog/smsc37b787_wdt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/char/watchdog/smsc37b787_wdt.c b/drivers/char/watchdog/smsc37b787_wdt.c
index 47141c0b6f25..1d01b3074db3 100644
--- a/drivers/char/watchdog/smsc37b787_wdt.c
+++ b/drivers/char/watchdog/smsc37b787_wdt.c
@@ -8,7 +8,7 @@
8 * modify it under the terms of the GNU General Public License 8 * modify it under the terms of the GNU General Public License
9 * as published by the Free Software Foundation; either version 9 * as published by the Free Software Foundation; either version
10 * 2 of the License, or (at your option) any later version. 10 * 2 of the License, or (at your option) any later version.
11 * 11 *
12 * The authors do NOT admit liability nor provide warranty for 12 * The authors do NOT admit liability nor provide warranty for
13 * any of this software. This material is provided "AS-IS" in 13 * any of this software. This material is provided "AS-IS" in
14 * the hope that it may be useful for others. 14 * 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,
422 422
423 switch (cmd) { 423 switch (cmd) {
424 default: 424 default:
425 return -ENOTTY; 425 return -ENOTTY;
426 426
427 case WDIOC_GETSUPPORT: 427 case WDIOC_GETSUPPORT:
428 return copy_to_user(uarg.ident, &ident, sizeof(ident)); 428 return copy_to_user(uarg.ident, &ident, sizeof(ident));
@@ -573,7 +573,7 @@ out_io:
573 573
574out_pnp: 574out_pnp:
575 goto out_clean; 575 goto out_clean;
576} 576}
577 577
578/* module's "destructor" */ 578/* module's "destructor" */
579 579