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)
commit57b6de35cf327fd1ef95fdd42162e5d6555cd024
tree7134adb75b74b5c24874c361e0d0867c189fc610
parentc6c3ba4578e84367eda6aecd60e8a47d6d839d31
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