WARNING: line length of 81 exceeds 80 columns
#49: FILE: arch/x86/net/bpf_jit_comp.c:2296:
+			    using_native_sched_clock() && sched_clock_stable()) {

WARNING: line length of 82 exceeds 80 columns
#58: 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
#59: 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
#78: FILE: arch/x86/net/bpf_jit_comp.c:3934:
+	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
#99: FILE: arch/x86/net/bpf_jit_comp32.c:2120:
+				    imm32 == BPF_CALL_IMM(bpf_cpu_time_counter_to_ns) &&

WARNING: line length of 89 exceeds 80 columns
#101: FILE: arch/x86/net/bpf_jit_comp32.c:2122:
+				    using_native_sched_clock() && sched_clock_stable()) {

WARNING: line length of 84 exceeds 80 columns
#111: FILE: arch/x86/net/bpf_jit_comp32.c:2132:
+					emit_ia32_mov_r64(true, bpf2ia32[BPF_REG_0],

WARNING: line length of 90 exceeds 80 columns
#112: FILE: arch/x86/net/bpf_jit_comp32.c:2133:
+							  bpf2ia32[BPF_REG_1], true, true,

WARNING: line length of 92 exceeds 80 columns
#117: FILE: arch/x86/net/bpf_jit_comp32.c:2138:
+					/* shift parameter by shift which is less than 64 */

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

total: 0 errors, 8 warnings, 2 checks, 115 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 feec029c8b1f ("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, 8 warnings, 2 checks, 115 lines checked