]> git.baikalelectronics.ru Git - kernel.git/commit
net: hdlc_x25: fix the code issue about "if..else.."
authorPeng Li <lipeng321@huawei.com>
Fri, 4 Jun 2021 07:32:11 +0000 (15:32 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 Jun 2021 21:34:17 +0000 (14:34 -0700)
commitd5e6b3d8731e7c67603da4e1f492226f29686e26
tree67f7e497bd558b3d2c604af920a6681a0026c647
parentbc4b2259fb8b812c948767e59f8630a29227b3ef
net: hdlc_x25: fix the code issue about "if..else.."

According to the chackpatch.pl, else should follow close brace '}'.

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/hdlc_x25.c