WARNING: line length of 82 exceeds 80 columns
#62: FILE: arch/x86/net/bpf_jit_comp.c:2305:
+				maybe_emit_mod(&prog, BPF_REG_1, BPF_REG_0, true);

WARNING: line length of 87 exceeds 80 columns
#63: FILE: arch/x86/net/bpf_jit_comp.c:2306:
+				EMIT2_off32(0x69, add_2reg(0xC0, BPF_REG_1, BPF_REG_0),

CHECK: Alignment should match open parenthesis
#82: FILE: arch/x86/net/bpf_jit_comp.c:3932:
+	if ((imm == BPF_CALL_IMM(bpf_get_cpu_time_counter) ||
+	    imm == BPF_CALL_IMM(bpf_cpu_time_counter_to_ns)) &&

WARNING: line length of 88 exceeds 80 columns
#178: FILE: kernel/bpf/verifier.c:21320:
+		   desc->func_id == special_kfunc_list[KF_bpf_cpu_time_counter_to_ns]) {

total: 0 errors, 3 warnings, 1 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 3d92015ec4c0 ("bpf: add bpf_cpu_time_counter_to_ns helper") 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, 3 warnings, 1 checks, 118 lines checked