]> git.baikalelectronics.ru Git - kernel.git/commit
net: sealevel: fix a code style issue about switch and case
authorPeng Li <lipeng321@huawei.com>
Sun, 30 May 2021 06:24:31 +0000 (14:24 +0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 1 Jun 2021 05:14:03 +0000 (22:14 -0700)
commit5029597936d1f6549599103c2962cc3e3a72935f
tree28661d056a93390d4caa522aa5c591a5ed3fd11b
parent2af34eb9e594c18abe6923065d8c927567e70770
net: sealevel: fix a 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: Guangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/wan/sealevel.c