[WATCHDOG] Winbond SMsC37B787 - remove trailing whitespace
authorWim Van Sebroeck <wim@iguana.be>
Sat, 2 Sep 2006 17:32:26 +0000 (19:32 +0200)
committerWim Van Sebroeck <wim@iguana.be>
Wed, 4 Oct 2006 20:36:30 +0000 (22:36 +0200)
Remove trailing whitespace.

Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/char/watchdog/smsc37b787_wdt.c

index 47141c0b6f25e11b4192a8a67b5f314a8f8f17f2..1d01b3074db3469ef8e11c4b3d1836a1cbf80df3 100644 (file)
@@ -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" */