All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: oe-kbuild@lists.linux.dev
Subject: [jolsa-perf:bpf/tracing_multi_9 9/12] checkpatch: ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
Date: Sat, 31 Jan 2026 07:53:32 +0100	[thread overview]
Message-ID: <202601310705.dUhtFkso-lkp@intel.com> (raw)

:::::: 
:::::: 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

                 reply	other threads:[~2026-01-31  6:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202601310705.dUhtFkso-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=oe-kbuild@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.