]> git.baikalelectronics.ru Git - kernel.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)
commit51e5a1db19a49f3cc3ba3f481a5ec05c3c0ae361
tree47d6ea3809e2e9857aa296c7d0e397f0f28597c1
parent6dc373cc2fa467d4b79b024cbb2b377c3ce094b6
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