atheros: atl2: fix an indentaion issue on a return statement
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>
This commit is contained in:
parent
7509ef2add
commit
682a789516
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue