Remove trailing whitespace.
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
* 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.
switch (cmd) {
default:
- return -ENOTTY;
+ return -ENOTTY;
case WDIOC_GETSUPPORT:
return copy_to_user(uarg.ident, &ident, sizeof(ident));
out_pnp:
goto out_clean;
-}
+}
/* module's "destructor" */