commit | 7509ef2add7b86130f0b5e9428cc975d063be9bf | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Sat Feb 02 11:41:29 2019 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Feb 02 20:14:38 2019 -0800 |
tree | 47d6ea3809e2e9857aa296c7d0e397f0f28597c1 | |
parent | 282faf3d3ac674116f61d374022285472a294c18 [diff] |
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>