Skip to content
Commit 6394d98d authored by Colin Ian King's avatar Colin Ian King Committed by David S. Miller
Browse files

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: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 22c2ad61
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment