CHECK: spaces preferred around that '*' (ctx:WxV) #243: FILE: drivers/net/ethernet/intel/ixgbe/ixgbe_e610.c:1217: + struct ixgbe_aci_cmd_get_phy_caps_data __free(kfree) *pcaps; ^ WARNING: line length of 87 exceeds 80 columns #901: FILE: drivers/net/ethernet/intel/ixgbe/ixgbe_e610.c:1875: + module_type = hw->link.link_info.module_type[IXGBE_ACI_MOD_TYPE_IDENT]; WARNING: line length of 83 exceeds 80 columns #903: FILE: drivers/net/ethernet/intel/ixgbe/ixgbe_e610.c:1877: + if ((module_type & IXGBE_ACI_MOD_TYPE_BYTE1_SFP_PLUS_CU_PASSIVE) || WARNING: line length of 82 exceeds 80 columns #904: FILE: drivers/net/ethernet/intel/ixgbe/ixgbe_e610.c:1878: + (module_type & IXGBE_ACI_MOD_TYPE_BYTE1_SFP_PLUS_CU_ACTIVE)) { WARNING: line length of 82 exceeds 80 columns #908: FILE: drivers/net/ethernet/intel/ixgbe/ixgbe_e610.c:1882: + } else if ((module_type & IXGBE_ACI_MOD_TYPE_BYTE1_10G_BASE_LR) || WARNING: line length of 83 exceeds 80 columns #909: FILE: drivers/net/ethernet/intel/ixgbe/ixgbe_e610.c:1883: + (module_type & IXGBE_ACI_MOD_TYPE_BYTE1_10G_BASE_LRM)) { total: 0 errors, 5 warnings, 1 checks, 1130 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 b184f0ccd2c2 ("ixgbe: Add link management support for E610 device") 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, 5 warnings, 1 checks, 1130 lines checked