WARNING: line length of 93 exceeds 80 columns #52: FILE: net/sched/act_bpf.c:199: + "Invalid number of BPF instructions %u", bpf_num_ops); WARNING: line length of 84 exceeds 80 columns #59: FILE: net/sched/act_bpf.c:205: + NL_SET_ERR_MSG_FMT_MOD(extack, "BPF instruction size %u", bpf_size); WARNING: line length of 83 exceeds 80 columns #93: FILE: net/sched/act_bpf.c:305: + NL_SET_ERR_MSG_MOD(extack, "Bpf requires attributes to be passed"); WARNING: line length of 82 exceeds 80 columns #114: FILE: net/sched/act_bpf.c:352: + NL_SET_ERR_MSG_MOD(extack, "Can not specify both BPF fd and ops"); WARNING: line length of 88 exceeds 80 columns #138: FILE: net/sched/act_connmark.c:114: + NL_SET_ERR_MSG_MOD(extack, "Connmark requires attributes to be passed"); WARNING: line length of 88 exceeds 80 columns #165: FILE: net/sched/act_csum.c:59: + NL_SET_ERR_MSG_MOD(extack, "Checksum requires attributes to be passed"); WARNING: line length of 84 exceeds 80 columns #283: FILE: net/sched/act_gate.c:323: + NL_SET_ERR_MSG_MOD(extack, "Gate requires attributes to be passed"); WARNING: line length of 88 exceeds 80 columns #412: FILE: net/sched/act_police.c:70: + NL_SET_ERR_MSG_MOD(extack, "Missing required police action parameters"); WARNING: line length of 88 exceeds 80 columns #419: FILE: net/sched/act_police.c:76: + NL_SET_ERR_MSG_MOD(extack, "Invalid size for police action parameters"); WARNING: line length of 86 exceeds 80 columns #435: FILE: net/sched/act_sample.c:53: + NL_SET_ERR_MSG_MOD(extack, "Sample requires attributes to be passed"); WARNING: line length of 88 exceeds 80 columns #445: FILE: net/sched/act_sample.c:62: + NL_SET_ERR_MSG_MOD(extack, "Missing required sample action parameters"); WARNING: line length of 86 exceeds 80 columns #461: FILE: net/sched/act_simple.c:104: + NL_SET_ERR_MSG_MOD(extack, "Sample requires attributes to be passed"); WARNING: line length of 88 exceeds 80 columns #472: FILE: net/sched/act_simple.c:114: + NL_SET_ERR_MSG_MOD(extack, "Missing required sample action parameters"); WARNING: line length of 81 exceeds 80 columns #484: FILE: net/sched/act_simple.c:128: + NL_SET_ERR_MSG_MOD(extack, "Missing simple action default data"); WARNING: line length of 87 exceeds 80 columns #498: FILE: net/sched/act_skbedit.c:137: + NL_SET_ERR_MSG_MOD(extack, "Skbedit requires attributes to be passed"); WARNING: line length of 82 exceeds 80 columns #509: FILE: net/sched/act_skbedit.c:147: + NL_SET_ERR_MSG_MOD(extack, "Missing required skbedit parameters"); WARNING: line length of 93 exceeds 80 columns #533: FILE: net/sched/act_skbedit.c:191: + if (NL_REQ_ATTR_CHECK(extack, NULL, tb, TCA_SKBEDIT_QUEUE_MAPPING) || WARNING: line length of 97 exceeds 80 columns #534: FILE: net/sched/act_skbedit.c:192: + NL_REQ_ATTR_CHECK(extack, NULL, tb, TCA_SKBEDIT_QUEUE_MAPPING_MAX)) { WARNING: line length of 86 exceeds 80 columns #556: FILE: net/sched/act_skbmod.c:123: + NL_SET_ERR_MSG_MOD(extack, "Skbmod requires attributes to be passed"); WARNING: line length of 81 exceeds 80 columns #567: FILE: net/sched/act_skbmod.c:133: + NL_SET_ERR_MSG_MOD(extack, "Missing required skbmod parameters"); WARNING: line length of 84 exceeds 80 columns #591: FILE: net/sched/act_vlan.c:138: + NL_SET_ERR_MSG_MOD(extack, "Vlan requires attributes to be passed"); WARNING: line length of 86 exceeds 80 columns #602: FILE: net/sched/act_vlan.c:148: + NL_SET_ERR_MSG_MOD(extack, "Missing required vlan action parameters"); total: 0 errors, 22 warnings, 0 checks, 482 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 4d6048340f73 ("net/sched: actions report errors with extack") 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, 22 warnings, 0 checks, 482 lines checked