WARNING: line length of 87 exceeds 80 columns #57: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:1129: + val = FIELD_PREP(PPE_IN_L2_SERVICE_TBL_DST_PORT_ID_VALID, cfg.dest_port_valid); WARNING: line length of 85 exceeds 80 columns #61: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:1133: + bitmap_value = bitmap_read(cfg.bitmaps.egress, 0, PPE_SC_BYPASS_EGRESS_SIZE); WARNING: line length of 81 exceeds 80 columns #62: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:1134: + val |= FIELD_PREP(PPE_IN_L2_SERVICE_TBL_DST_BYPASS_BITMAP, bitmap_value); WARNING: line length of 83 exceeds 80 columns #64: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:1136: + test_bit(PPE_SC_BYPASS_COUNTER_RX, cfg.bitmaps.counter)); WARNING: line length of 83 exceeds 80 columns #66: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:1138: + test_bit(PPE_SC_BYPASS_COUNTER_TX, cfg.bitmaps.counter)); WARNING: line length of 87 exceeds 80 columns #73: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:1145: + bitmap_value = bitmap_read(cfg.bitmaps.ingress, 0, PPE_SC_BYPASS_INGRESS_SIZE); WARNING: line length of 96 exceeds 80 columns #76: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:1148: + test_bit(PPE_SC_BYPASS_COUNTER_RX_VLAN, cfg.bitmaps.counter)); WARNING: line length of 84 exceeds 80 columns #91: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:1163: + PPE_EG_SERVICE_SET_UPDATE_ACTION(servcode_val, cfg.eip_field_update_bitmap); WARNING: line length of 99 exceeds 80 columns #95: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:1167: + test_bit(PPE_SC_BYPASS_COUNTER_TX_VLAN, cfg.bitmaps.counter)); WARNING: line length of 85 exceeds 80 columns #102: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:1174: + bitmap_value = bitmap_read(cfg.bitmaps.tunnel, 0, PPE_SC_BYPASS_TUNNEL_SIZE); WARNING: line length of 81 exceeds 80 columns #125: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:1599: + clear_bit(PPE_SC_BYPASS_INGRESS_FAKE_MAC_HEADER, sc_cfg.bitmaps.ingress); WARNING: line length of 86 exceeds 80 columns #130: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:1604: + clear_bit(PPE_SC_BYPASS_EGRESS_ACL_POST_ROUTING_CHECK, sc_cfg.bitmaps.egress); total: 0 errors, 12 warnings, 0 checks, 347 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 049aeb29ec93 ("net: ethernet: qualcomm: Initialize PPE service code 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, 12 warnings, 0 checks, 347 lines checked