WARNING: line length of 84 exceeds 80 columns #106: FILE: net/sched/act_api.c:1509: + if ((tc_act_skip_sw(act->tcfa_flags) && !skip_sw) || WARNING: line length of 84 exceeds 80 columns #107: FILE: net/sched/act_api.c:1510: + (tc_act_skip_hw(act->tcfa_flags) && !skip_hw)) { WARNING: line length of 81 exceeds 80 columns #114: FILE: net/sched/act_api.c:1517: + act->tcfa_flags |= TCA_ACT_FLAGS_SKIP_SW; WARNING: line length of 81 exceeds 80 columns #116: FILE: net/sched/act_api.c:1519: + act->tcfa_flags |= TCA_ACT_FLAGS_SKIP_HW; total: 0 errors, 4 warnings, 0 checks, 30 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 8bcd2bb21308 ("net/sched: act_api: deny mismatched skip_sw/skip_hw flags for actions created by classifiers") 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, 30 lines checked