]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
atheros: atl2: fix an indentaion issue on a return statement
authorColin Ian King <colin.king@canonical.com>
Sat, 2 Feb 2019 11:45:26 +0000 (11:45 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 3 Feb 2019 04:14:39 +0000 (20:14 -0800)
A return statment is not indented correctly, fix this by adding an
extra tab.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/atheros/atlx/atl2.c

index c44e95255aa10f5197ec88e003aa8121ef22b811..a7337a6d507d7e4ab9336ed7530f6240714d33cf 100644 (file)
@@ -2946,7 +2946,7 @@ static int atl2_validate_option(int *value, struct atl2_option *opt)
                        if (*value == ent->i) {
                                if (ent->str[0] != '\0')
                                        printk(KERN_INFO "%s\n", ent->str);
-                       return 0;
+                               return 0;
                        }
                }
                break;