]> asedeno.scripts.mit.edu Git - linux.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)
commit68cfe9a286f3ee2371de00ab666b4949ff285196
treeec3b26a84533419525bba8dd59e15d8e30191803
parent3d4c3cec0909dc9c40db82a74aae0cdf3f5ad138
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