aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts-by-pid.py
diff options
context:
space:
mode:
authorRadhey Shyam Pandey <[email protected]>2024-07-31 14:46:07 +0530
committerDavid S. Miller <[email protected]>2024-08-02 10:25:22 +0100
commit48ba8a1d0424347e375f5deccdd2eda461fa9a94 (patch)
tree8d8b447e2fe9614a21b96dd3a47bb69c9e075b42 /tools/perf/scripts/python/syscall-counts-by-pid.py
parentf83828a0522fc57b244629844fc413e38cde95f3 (diff)
net: axienet: remove unnecessary parentheses
Remove unnecessary parentheses around 'ndev->mtu <= XAE_JUMBO_MTU' and 'ndev->mtu > XAE_MTU'. Reported by checkpatch. CHECK: Unnecessary parentheses around 'ndev->mtu > XAE_MTU' + if ((ndev->mtu > XAE_MTU) && + (ndev->mtu <= XAE_JUMBO_MTU)) { CHECK: Unnecessary parentheses around 'ndev->mtu <= XAE_JUMBO_MTU' + if ((ndev->mtu > XAE_MTU) && + (ndev->mtu <= XAE_JUMBO_MTU)) { Signed-off-by: Radhey Shyam Pandey <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions