diff options
author | Jean Sacren <sakiwit@gmail.com> | 2021-10-28 20:24:53 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-10-29 14:41:28 +0200 |
commit | 5bd663212f2e455f87368cc3a51bee72411499f4 (patch) | |
tree | 91bfd8c9497447fd1b1370d9d19900e7c1a0d83a /.mailmap | |
parent | net: netxen: fix code indentation (diff) | |
download | linux-5bd663212f2e455f87368cc3a51bee72411499f4.tar.xz linux-5bd663212f2e455f87368cc3a51bee72411499f4.zip |
net: bareudp: fix duplicate checks of data[] expressions
Both !data[IFLA_BAREUDP_PORT] and !data[IFLA_BAREUDP_ETHERTYPE] are
checked. We should remove the checks of data[IFLA_BAREUDP_PORT] and
data[IFLA_BAREUDP_ETHERTYPE] that follow since they are always true.
Put both statements together in group and balance the space on both
sides of '=' sign.
Signed-off-by: Jean Sacren <sakiwit@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions