diff options
| author | Chen Zhou <[email protected]> | 2020-01-21 09:24:55 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2020-01-21 11:04:57 +0000 |
| commit | d84b99ff69c14a03d76e7fdf9c04895848e6aece (patch) | |
| tree | cd95a74fc6f8527d2e7af86063c9ee2c3ef878f4 /net/unix/af_unix.c | |
| parent | tcp/ipv4: remove AF_INET_FAMILY (diff) | |
| download | kernel-d84b99ff69c14a03d76e7fdf9c04895848e6aece.tar.gz kernel-d84b99ff69c14a03d76e7fdf9c04895848e6aece.zip | |
drivers: net: declance: fix comparing pointer to 0
Fixes coccicheck warning:
./drivers/net/ethernet/amd/declance.c:611:14-15:
WARNING comparing pointer to 0
Replace "skb == 0" with "!skb".
Signed-off-by: Chen Zhou <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
