WARNING: line length of 94 exceeds 80 columns #43: FILE: include/linux/syscalls.h:937: + struct bpf_common_attr __user *attr_common, unsigned int size_common); WARNING: line length of 96 exceeds 80 columns #95: FILE: kernel/bpf/syscall.c:6114: + err = bpf_check_uarg_tail_zero(uattr_common, sizeof(common_attrs), size_common); WARNING: line length of 84 exceeds 80 columns #101: FILE: kernel/bpf/syscall.c:6120: + if (copy_from_bpfptr(&common_attrs, uattr_common, size_common) != 0) WARNING: line length of 82 exceeds 80 columns #113: FILE: kernel/bpf/syscall.c:6256: +SYSCALL_DEFINE5(bpf, int, cmd, union bpf_attr __user *, uattr, unsigned int, size, WARNING: line length of 89 exceeds 80 columns #114: FILE: kernel/bpf/syscall.c:6257: + struct bpf_common_attr __user *, uattr_common, unsigned int, size_common) WARNING: line length of 96 exceeds 80 columns #117: FILE: kernel/bpf/syscall.c:6259: + return __sys_bpf(cmd, USER_BPFPTR(uattr), size, USER_BPFPTR(uattr_common), size_common); WARNING: line length of 86 exceeds 80 columns #126: FILE: kernel/bpf/syscall.c:6290: + return __sys_bpf(cmd, KERNEL_BPFPTR(attr), attr_size, KERNEL_BPFPTR(NULL), 0); total: 0 errors, 7 warnings, 0 checks, 98 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 c9bbc8e937b4 ("bpf: Extend bpf syscall with common attributes support") 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, 7 warnings, 0 checks, 98 lines checked