OSDN Git Service

net: hostess_sv11: fix the code style issue about switch and case
authorPeng Li <lipeng321@huawei.com>
Fri, 18 Jun 2021 02:32:21 +0000 (10:32 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Jun 2021 18:42:40 +0000 (11:42 -0700)
commit9562aef3c0c38a8577f1d3c6f80a496e3f4f686d
tree17d8523ad4b46084b4ca2b3335e421bc4ea22bd1
parent534f76d46245a18f82e008cdf449ad2408d07760
net: hostess_sv11: fix the code style issue about switch and case

According to the chackpatch.pl,
switch and case should be at the same indent.

Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wan/hostess_sv11.c