OSDN Git Service

net: lapbether: replace comparison to NULL with "lapbeth_get_x25_dev"
authorPeng Li <lipeng321@huawei.com>
Wed, 9 Jun 2021 09:39:53 +0000 (17:39 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Jun 2021 21:02:58 +0000 (14:02 -0700)
commitd49859601d72baef143703c6944a4e41921f7e6e
tree371eb80b48dcd165c9b52d0882378a219fa5e01e
parent4f9893c762f8a22df77ed2e4c149ad943c1eaf08
net: lapbether: replace comparison to NULL with "lapbeth_get_x25_dev"

According to the chackpatch.pl, comparison to NULL could
be written "lapbeth_get_x25_dev".

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