[PATCH net-next 0/8] Use max/min to simplify the code
Hongbo Li
lihongbo22 at huawei.com
Sat Aug 24 00:40:25 PDT 2024
Many Coccinelle/coccicheck warning reported by minmax.cocci
in net module, such as:
WARNING opportunity for max()
WARNING opportunity for min()
Let's use max/min to simplify the code and fix these warnings.
These patch have passed compilation test.
Hongbo Li (8):
net/mac80211: use max to simplify the code
net/rds: Use max() to simplify the code
net/ipv4: Use min() to simplify the code
net/core: Use min()/max() to simplify the code
net/dccp: Use min()/max() to simplify the code
net/openvswitch: Use max() to simplify the code
net/rxrpc: Use min() to simplify the code
net/ceph: Use min() to simplify the code
net/ceph/osd_client.c | 2 +-
net/core/pktgen.c | 6 ++----
net/core/sock.c | 2 +-
net/dccp/ackvec.c | 2 +-
net/dccp/dccp.h | 2 +-
net/ipv4/ip_sockglue.c | 2 +-
net/mac80211/driver-ops.h | 2 +-
net/mac80211/mlme.c | 2 +-
net/mac80211/scan.c | 6 ++----
net/mac80211/tdls.c | 2 +-
net/openvswitch/vport.c | 2 +-
net/rds/info.c | 5 +----
net/rxrpc/input.c | 3 +--
13 files changed, 15 insertions(+), 23 deletions(-)
--
2.34.1
More information about the linux-afs
mailing list