All of lore.kernel.org
 help / color / mirror / Atom feed
* [jolsa-perf:bpf/tracing_multi_9 9/12] checkpatch: ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
@ 2026-01-31  6:53 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-01-31  6:53 UTC (permalink / raw)
  To: oe-kbuild

:::::: 
:::::: Manual check reason: "high confidence checkpatch report"
:::::: 

BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
TO: Jiri Olsa <jolsa@kernel.org>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git bpf/tracing_multi_9
head:   4a1d38e3df06743886a06b547187aec8023ef27d
commit: 375e9ffb40c526e3a576632597082cccaa377a9d [9/12] selftests/bpf: Add fentry tracing multi func test
:::::: branch date: 8 hours ago
:::::: commit date: 11 hours ago
reproduce: (https://download.01.org/0day-ci/archive/20260131/202601310705.dUhtFkso-lkp@intel.com/reproduce)

# many are suggestions rather than must-fix

ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#153: FILE: tools/testing/selftests/bpf/progs/tracing_multi_check.c:63:
+		a = (void*) value;

ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#177: FILE: tools/testing/selftests/bpf/progs/tracing_multi_check.c:87:
+		b = (void*) value;

ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#202: FILE: tools/testing/selftests/bpf/progs/tracing_multi_check.c:112:
+		b = (void*) value;

ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#211: FILE: tools/testing/selftests/bpf/progs/tracing_multi_check.c:121:
+		e = (void*) value;;

WARNING:ONE_SEMICOLON: Statements terminations use 1 semicolon
#211: FILE: tools/testing/selftests/bpf/progs/tracing_multi_check.c:121:
+		e = (void*) value;;

WARNING:ONE_SEMICOLON: Statements terminations use 1 semicolon
#214: FILE: tools/testing/selftests/bpf/progs/tracing_multi_check.c:124:
+		f = value;;

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-01-31  6:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-31  6:53 [jolsa-perf:bpf/tracing_multi_9 9/12] checkpatch: ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)" kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.