]> 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 a41f57ce581ae29e2b69f91fcd1ddd1cfa46a49a..74c00698801dde4d351334e54978604b9bcf7987 100644 (file)
@@ -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;