WARNING: line length of 82 exceeds 80 columns #131: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:278: + PPE_AC_UNICAST_QUEUE_CFG_TBL_INC * queue_id; WARNING: line length of 86 exceeds 80 columns #135: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:282: + ARRAY_SIZE(unicast_queue_cfg)); WARNING: line length of 85 exceeds 80 columns #139: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:286: + PPE_AC_UNICAST_QUEUE_SET_EN(unicast_queue_cfg, true); WARNING: line length of 86 exceeds 80 columns #140: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:287: + PPE_AC_UNICAST_QUEUE_SET_GRP_ID(unicast_queue_cfg, 0); WARNING: line length of 85 exceeds 80 columns #141: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:288: + PPE_AC_UNICAST_QUEUE_SET_PRE_LIMIT(unicast_queue_cfg, WARNING: line length of 94 exceeds 80 columns #142: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:289: + queue_cfg[i].prealloc_buf); WARNING: line length of 83 exceeds 80 columns #143: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:290: + PPE_AC_UNICAST_QUEUE_SET_DYNAMIC(unicast_queue_cfg, WARNING: line length of 87 exceeds 80 columns #144: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:291: + queue_cfg[i].dynamic); WARNING: line length of 82 exceeds 80 columns #145: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:292: + PPE_AC_UNICAST_QUEUE_SET_WEIGHT(unicast_queue_cfg, WARNING: line length of 85 exceeds 80 columns #146: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:293: + queue_cfg[i].weight); WARNING: line length of 85 exceeds 80 columns #147: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:294: + PPE_AC_UNICAST_QUEUE_SET_THRESHOLD(unicast_queue_cfg, WARNING: line length of 86 exceeds 80 columns #148: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:295: + queue_cfg[i].ceil); WARNING: line length of 86 exceeds 80 columns #149: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:296: + PPE_AC_UNICAST_QUEUE_SET_GRN_RESUME(unicast_queue_cfg, WARNING: line length of 96 exceeds 80 columns #150: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:297: + queue_cfg[i].resume_offset); WARNING: line length of 87 exceeds 80 columns #154: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:301: + ARRAY_SIZE(unicast_queue_cfg)); WARNING: line length of 84 exceeds 80 columns #159: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:306: + PPE_AC_MULTICAST_QUEUE_CFG_TBL_INC * queue_id; WARNING: line length of 88 exceeds 80 columns #163: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:310: + ARRAY_SIZE(multicast_queue_cfg)); WARNING: line length of 89 exceeds 80 columns #167: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:314: + PPE_AC_MULTICAST_QUEUE_SET_EN(multicast_queue_cfg, true); WARNING: line length of 94 exceeds 80 columns #168: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:315: + PPE_AC_MULTICAST_QUEUE_SET_GRN_GRP_ID(multicast_queue_cfg, 0); WARNING: line length of 93 exceeds 80 columns #169: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:316: + PPE_AC_MULTICAST_QUEUE_SET_GRN_PRE_LIMIT(multicast_queue_cfg, WARNING: line length of 100 exceeds 80 columns #170: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:317: + queue_cfg[i].prealloc_buf); WARNING: line length of 93 exceeds 80 columns #171: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:318: + PPE_AC_MULTICAST_QUEUE_SET_GRN_THRESHOLD(multicast_queue_cfg, WARNING: line length of 92 exceeds 80 columns #172: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:319: + queue_cfg[i].ceil); WARNING: line length of 90 exceeds 80 columns #173: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:320: + PPE_AC_MULTICAST_QUEUE_SET_GRN_RESUME(multicast_queue_cfg, WARNING: line length of 98 exceeds 80 columns #174: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:321: + queue_cfg[i].resume_offset); WARNING: line length of 89 exceeds 80 columns #178: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:325: + ARRAY_SIZE(multicast_queue_cfg)); WARNING: line length of 84 exceeds 80 columns #184: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:331: + reg = PPE_ENQ_OPR_TBL_ADDR + PPE_ENQ_OPR_TBL_INC * queue_id; WARNING: line length of 84 exceeds 80 columns #191: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:338: + reg = PPE_DEQ_OPR_TBL_ADDR + PPE_DEQ_OPR_TBL_INC * queue_id; WARNING: line length of 84 exceeds 80 columns #269: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_regs.h:88: + u32p_replace_bits((u32 *)tbl_cfg, value, PPE_AC_UNICAST_QUEUE_CFG_W0_GRP_ID) WARNING: line length of 87 exceeds 80 columns #271: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_regs.h:90: + u32p_replace_bits((u32 *)tbl_cfg, value, PPE_AC_UNICAST_QUEUE_CFG_W0_PRE_LIMIT) WARNING: line length of 85 exceeds 80 columns #273: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_regs.h:92: + u32p_replace_bits((u32 *)tbl_cfg, value, PPE_AC_UNICAST_QUEUE_CFG_W0_DYNAMIC) WARNING: line length of 84 exceeds 80 columns #275: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_regs.h:94: + u32p_replace_bits((u32 *)tbl_cfg, value, PPE_AC_UNICAST_QUEUE_CFG_W0_WEIGHT) WARNING: line length of 87 exceeds 80 columns #277: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_regs.h:96: + u32p_replace_bits((u32 *)tbl_cfg, value, PPE_AC_UNICAST_QUEUE_CFG_W0_THRESHOLD) WARNING: line length of 96 exceeds 80 columns #279: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_regs.h:98: + u32p_replace_bits((u32 *)(tbl_cfg) + 0x3, value, PPE_AC_UNICAST_QUEUE_CFG_W3_GRN_RESUME) WARNING: line length of 82 exceeds 80 columns #294: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_regs.h:113: + u32p_replace_bits((u32 *)tbl_cfg, value, PPE_AC_MULTICAST_QUEUE_CFG_W0_EN) WARNING: line length of 86 exceeds 80 columns #296: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_regs.h:115: + u32p_replace_bits((u32 *)tbl_cfg, value, PPE_AC_MULTICAST_QUEUE_CFG_W0_GRP_ID) WARNING: line length of 89 exceeds 80 columns #298: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_regs.h:117: + u32p_replace_bits((u32 *)tbl_cfg, value, PPE_AC_MULTICAST_QUEUE_CFG_W0_PRE_LIMIT) WARNING: line length of 89 exceeds 80 columns #300: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_regs.h:119: + u32p_replace_bits((u32 *)tbl_cfg, value, PPE_AC_MULTICAST_QUEUE_CFG_W0_THRESHOLD) WARNING: line length of 94 exceeds 80 columns #302: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_regs.h:121: + u32p_replace_bits((u32 *)(tbl_cfg) + 0x2, value, PPE_AC_MULTICAST_QUEUE_CFG_W2_RESUME) WARNING: line length of 81 exceeds 80 columns #318: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_regs.h:137: + u32p_replace_bits((u32 *)(tbl_cfg) + 0x1, value, PPE_AC_GRP_W1_BUF_LIMIT) total: 0 errors, 40 warnings, 0 checks, 290 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 381f00c42a7d ("net: ethernet: qualcomm: Initialize PPE queue management for IPQ9574") 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, 40 warnings, 0 checks, 290 lines checked