net: z85230: replace comparison to NULL with "!skb"
authorPeng Li <lipeng321@huawei.com>
Tue, 15 Jun 2021 02:43:39 +0000 (10:43 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 15 Jun 2021 17:55:18 +0000 (10:55 -0700)
commitb55932bcfabd6d9ec2835513668638dc45e7d3fb
treef932966c272bbbd805e5d38157e72fe530a02fe8
parente07a1f9cbd4d660320ea437ad442c5b5ecbaf315
net: z85230: replace comparison to NULL with "!skb"

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

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