CHECK: Unnecessary parentheses around 'pb == ixgbe_fcoe_get_tc(adapter)' #118: FILE: drivers/net/ethernet/intel/ixgbe/ixgbe_main.c:5140: + if (dev->fcoe_mtu && tc < IXGBE_FCOE_JUMBO_FRAME_SIZE && (pb == ixgbe_fcoe_get_tc(adapter))) CHECK: Unnecessary parentheses around 'pb == netdev_get_prio_tc_map(dev, adapter->fcoe.up)' #128: FILE: drivers/net/ethernet/intel/ixgbe/ixgbe_main.c:5200: + if (dev->fcoe_mtu && tc < IXGBE_FCOE_JUMBO_FRAME_SIZE && (pb == netdev_get_prio_tc_map(dev, adapter->fcoe.up))) total: 0 errors, 0 warnings, 2 checks, 168 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Commit 74ba2dec13f6 ("netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtu") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. total: 0 errors, 0 warnings, 2 checks, 168 lines checked