]> asedeno.scripts.mit.edu Git - linux.git/commit
atl1c: fix indentation issue on an if statement
authorColin Ian King <colin.king@canonical.com>
Sat, 2 Feb 2019 11:41:29 +0000 (11:41 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 3 Feb 2019 04:14:38 +0000 (20:14 -0800)
commit7509ef2add7b86130f0b5e9428cc975d063be9bf
tree47d6ea3809e2e9857aa296c7d0e397f0f28597c1
parent282faf3d3ac674116f61d374022285472a294c18
atl1c: fix indentation issue on an if statement

An if statement is indented one level too deep, fix this by removing
the extra tabs. Also add some spaces to the dev_warn arguments to clean
up checkpatch warnings.

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