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)
commit792b070fca8fc945c2be7f9dd965d79c238d81c7
tree67f7e497bd558b3d2c604af920a6681a0026c647
parent5de446075c8e8c218302f8f819db88ccf0584aed
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