Skip to content

Commit

Permalink
[WATCHDOG] Winbond SMsC37B787 - remove trailing whitespace
Browse files Browse the repository at this point in the history
Remove trailing whitespace.

Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
  • Loading branch information
Wim Van Sebroeck committed Oct 4, 2006
1 parent 485ae77 commit 8386c8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/char/watchdog/smsc37b787_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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));
Expand Down Expand Up @@ -573,7 +573,7 @@ static int __init wb_smsc_wdt_init(void)

out_pnp:
goto out_clean;
}
}

/* module's "destructor" */

Expand Down

0 comments on commit 8386c8c

Please sign in to comment.