WARNING: line length of 83 exceeds 80 columns #55: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:1185: + ret = regmap_set_bits(ppe_dev->regmap, reg, PPE_MC_MTU_CTRL_TBL_TX_CNT_EN); WARNING: line length of 90 exceeds 80 columns #61: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:1191: + return regmap_set_bits(ppe_dev->regmap, reg, PPE_PORT_EG_VLAN_TBL_TX_COUNTING_EN); WARNING: line length of 87 exceeds 80 columns #216: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_regs.h:111: + u32p_replace_bits((u32 *)(tbl_cfg) + 0x1, value, PPE_MRU_MTU_CTRL_W1_RX_CNT_EN) WARNING: line length of 87 exceeds 80 columns #218: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_regs.h:113: + u32p_replace_bits((u32 *)(tbl_cfg) + 0x1, value, PPE_MRU_MTU_CTRL_W1_TX_CNT_EN) total: 0 errors, 4 warnings, 0 checks, 186 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 dfaf52f6c674 ("net: ethernet: qualcomm: Initialize PPE port control settings") 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, 4 warnings, 0 checks, 186 lines checked