WARNING: line length of 83 exceeds 80 columns #39: FILE: include/uapi/linux/bpf.h:118: + BPF_CGROUP_ITER_SELF_ONLY, /* process only a single object. */ WARNING: please, no space before tabs #39: FILE: include/uapi/linux/bpf.h:118: +^IBPF_CGROUP_ITER_SELF_ONLY, ^I^I/* process only a single object. */$ WARNING: line length of 84 exceeds 80 columns #40: FILE: include/uapi/linux/bpf.h:119: + BPF_CGROUP_ITER_DESCENDANTS_PRE, /* walk descendants in pre-order. */ WARNING: please, no space before tabs #40: FILE: include/uapi/linux/bpf.h:119: +^IBPF_CGROUP_ITER_DESCENDANTS_PRE, ^I/* walk descendants in pre-order. */$ WARNING: line length of 85 exceeds 80 columns #41: FILE: include/uapi/linux/bpf.h:120: + BPF_CGROUP_ITER_DESCENDANTS_POST, /* walk descendants in post-order. */ WARNING: please, no space before tabs #41: FILE: include/uapi/linux/bpf.h:120: +^IBPF_CGROUP_ITER_DESCENDANTS_POST, ^I/* walk descendants in post-order. */$ WARNING: please, no space before tabs #42: FILE: include/uapi/linux/bpf.h:121: +^IBPF_CGROUP_ITER_ANCESTORS_UP, ^I^I/* walk ancestors upward. */$ WARNING: line length of 83 exceeds 80 columns #151: FILE: tools/include/uapi/linux/bpf.h:118: + BPF_CGROUP_ITER_SELF_ONLY, /* process only a single object. */ WARNING: please, no space before tabs #151: FILE: tools/include/uapi/linux/bpf.h:118: +^IBPF_CGROUP_ITER_SELF_ONLY, ^I^I/* process only a single object. */$ WARNING: line length of 84 exceeds 80 columns #152: FILE: tools/include/uapi/linux/bpf.h:119: + BPF_CGROUP_ITER_DESCENDANTS_PRE, /* walk descendants in pre-order. */ WARNING: please, no space before tabs #152: FILE: tools/include/uapi/linux/bpf.h:119: +^IBPF_CGROUP_ITER_DESCENDANTS_PRE, ^I/* walk descendants in pre-order. */$ WARNING: line length of 85 exceeds 80 columns #153: FILE: tools/include/uapi/linux/bpf.h:120: + BPF_CGROUP_ITER_DESCENDANTS_POST, /* walk descendants in post-order. */ WARNING: please, no space before tabs #153: FILE: tools/include/uapi/linux/bpf.h:120: +^IBPF_CGROUP_ITER_DESCENDANTS_POST, ^I/* walk descendants in post-order. */$ WARNING: please, no space before tabs #154: FILE: tools/include/uapi/linux/bpf.h:121: +^IBPF_CGROUP_ITER_ANCESTORS_UP, ^I^I/* walk ancestors upward. */$ total: 0 errors, 14 warnings, 0 checks, 118 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 a9a31a24ad38 ("bpf: add new BPF_CGROUP_ITER_CHILDREN_ONLY control option") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 14 warnings, 0 checks, 118 lines checked