]> git.baikalelectronics.ru Git - kernel.git/commit
net: z85230: fix the code style issue about "if..else.."
authorPeng Li <lipeng321@huawei.com>
Tue, 15 Jun 2021 02:43:41 +0000 (10:43 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 15 Jun 2021 17:55:18 +0000 (10:55 -0700)
commit571050dd12c3d20f934c5011e0e52353e57b82cd
tree7134adb75b74b5c24874c361e0d0867c189fc610
parent8987b7ad6d5449fe1361158a2c1f3a57310a74de
net: z85230: fix the code style issue about "if..else.."

According to the chackpatch.pl, else should follow close brace '}',
braces {} should be used on all arms of this statement.

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