]> asedeno.scripts.mit.edu Git - linux.git/commit
sb1000: fix a couple of indentation issues and remove assignment in if statements
authorColin Ian King <colin.king@canonical.com>
Thu, 17 Jan 2019 00:35:43 +0000 (00:35 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Jan 2019 05:51:36 +0000 (21:51 -0800)
commit6394d98df6b47a4fe28715536bd6c8e003847071
tree376958c2016acb549d0c0c028408dfd23b09acd1
parent22c2ad616b74f3de2256b242572ab449d031d941
sb1000: fix a couple of indentation issues and remove assignment in if statements

There is an if statement and a return statement that are incorrectly
indented. Fix these.  Also replace the assignment-in-if statements
to assignment followed by an if to keep to the coding style.

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