WARNING: line length of 90 exceeds 80 columns #117: FILE: include/linux/filter.h:755: +static inline struct bpf_net_context *bpf_net_ctx_set(struct bpf_net_context *bpf_net_ctx) CHECK: Comparison to NULL could be written "tsk->bpf_net_context" #121: FILE: include/linux/filter.h:759: + if (tsk->bpf_net_context != NULL) WARNING: line length of 85 exceeds 80 columns #145: FILE: include/linux/filter.h:783: + memset(&bpf_net_ctx->ri, 0, offsetof(struct bpf_net_context, ri.nh)); total: 0 errors, 2 warnings, 1 checks, 488 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 6b9752ee55a9 ("net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.") 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, 2 warnings, 1 checks, 488 lines checked