]> git.baikalelectronics.ru Git - kernel.git/commit
net: sis900: fix indentation issues, remove some spaces
authorColin Ian King <colin.king@canonical.com>
Thu, 14 Mar 2019 23:56:35 +0000 (23:56 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Mar 2019 18:59:00 +0000 (11:59 -0700)
commit75946b92e1e8e4dedc262734bd3157bc17fd79de
treeec3b26a84533419525bba8dd59e15d8e30191803
parente9e8add3e4df645fb5b04d81c1721709883f2520
net: sis900: fix indentation issues, remove some spaces

There are several statements that contain extra spacing in
the indentation; clean this up by removing spaces. Also
add { } braces on if statement to keep to kernel coding
style.

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