]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/watchdog/geodewdt.c
[WATCHDOG] Coding style - Indentation - part 1
[mv-sheeva.git] / drivers / watchdog / geodewdt.c
index 30d09cbbad949beeeee573bc0a31724dc38d8619..74c00698801dde4d351334e54978604b9bcf7987 100644 (file)
@@ -17,8 +17,8 @@
 #include <linux/fs.h>
 #include <linux/platform_device.h>
 #include <linux/reboot.h>
+#include <linux/uaccess.h>
 
-#include <asm/uaccess.h>
 #include <asm/geode.h>
 
 #define GEODEWDT_HZ 500
@@ -149,7 +149,7 @@ geodewdt_ioctl(struct inode *inode, struct file *file, unsigned int cmd,
                .identity =             WATCHDOG_NAME,
         };
 
-       switch(cmd) {
+       switch (cmd) {
        case WDIOC_GETSUPPORT:
                return copy_to_user(argp, &ident,
                                    sizeof(ident)) ? -EFAULT : 0;