From: kernel test robot <lkp@intel.com>
To: oe-kbuild@lists.linux.dev
Subject: [koverstreet-bcachefs:pr/992 1/2] checkpatch: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
Date: Fri, 12 Dec 2025 17:10:20 +0100 [thread overview]
Message-ID: <202512121753.PXW3xpdA-lkp@intel.com> (raw)
::::::
:::::: Manual check reason: "high confidence checkpatch report"
::::::
BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
TO: jpsollie <janpieter.sollie@edpnet.be>
tree: https://github.com/koverstreet/bcachefs pr/992
head: a744c170d883e5e8085eca560317e8683bb5f159
commit: dc932f40ad7647081d91eb8d54c72e082e5916ec [1/2] Revert "Remove bcachefs core code"
:::::: branch date: 5 hours ago
:::::: commit date: 6 hours ago
reproduce: (https://download.01.org/0day-ci/archive/20251212/202512121753.PXW3xpdA-lkp@intel.com/reproduce)
# many are suggestions rather than must-fix
WARNING:ONE_SEMICOLON: Statements terminations use 1 semicolon
#18395: FILE: fs/bcachefs/btree_cache.c:520:
+ --touched;;
WARNING:ONE_SEMICOLON: Statements terminations use 1 semicolon
#23031: FILE: fs/bcachefs/btree_io.c:2023:
+ bch2_bkey_buf_exit(&scrub->key, c);;
WARNING:ONE_SEMICOLON: Statements terminations use 1 semicolon
#26750: FILE: fs/bcachefs/btree_iter.c:2749:
+ iter->pos = bpos_min(iter->pos, k.k->p);;
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#28798: FILE: fs/bcachefs/btree_iter.h:987:
+typedef struct btree_trans * class_btree_trans_t;
ERROR:SPACING: space required before the open brace '{'
#33610: FILE: fs/bcachefs/btree_trans_commit.c:720:
+ if (unlikely(ret)){
WARNING:ONE_SEMICOLON: Statements terminations use 1 semicolon
#34503: FILE: fs/bcachefs/btree_types.h:486:
+ u16 size;;
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#43609: FILE: fs/bcachefs/chardev.h:18:
+ unsigned cmd, void __user * arg)
ERROR:SPACING: space required before that '*' (ctx:VxV)
#46646: FILE: fs/bcachefs/data_update.c:736:
+ m->bvecs = kmalloc_array(nr_vecs, sizeof*(m->bvecs), GFP_KERNEL);
^
ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#48140: FILE: fs/bcachefs/dirent.c:46:
+ u64 last_u64 = ((u64*)d.v)[bkey_u64s - 1];
WARNING:ONE_SEMICOLON: Statements terminations use 1 semicolon
#59892: FILE: fs/bcachefs/fast_list.h:12:
+ struct ida slots_allocated;;
WARNING:REPEATED_WORD: Possible repeated word: 'be'
#69887: FILE: fs/bcachefs/fsck.c:2179:
+ prt_printf(&buf, "subvol with wrong fs_path_parent, should be be %u\n",
ERROR:SWITCH_CASE_INDENT_LEVEL: switch and case should be at the same indent
#73623: FILE: fs/bcachefs/io_misc.c:418:
+ switch (op->v.state) {
+case LOGGED_OP_FINSERT_start:
[...]
+case LOGGED_OP_FINSERT_shift_extents:
[...]
+case LOGGED_OP_FINSERT_finish:
WARNING:ONE_SEMICOLON: Statements terminations use 1 semicolon
#78923: FILE: fs/bcachefs/journal.c:1325:
+ u64 *new_buckets = kcalloc(ja->nr, sizeof(u64), GFP_KERNEL);;
WARNING:MINMAX: min() should probably be min_t(size_t, bch2_nr_btree_keys_need_flush(c), 128)
#82978: FILE: fs/bcachefs/journal_reclaim.c:723:
+ min_key_cache = min(bch2_nr_btree_keys_need_flush(c), (size_t) 128);
ERROR:SPACING: space required before that '*' (ctx:OxV)
#89768: FILE: fs/bcachefs/opts.c:260:
+ .set_sb = type_compatible_or_null(SET_##_sb_opt,*SET_BCH2_NO_SB_OPT), \
^
ERROR:SPACING: space required before that '*' (ctx:OxV)
#89770: FILE: fs/bcachefs/opts.c:262:
+ .set_member = type_compatible_or_null(SET_##_sb_opt,*SET_BCH2_NO_MEMBER_OPT),\
^
WARNING:REPEATED_WORD: Possible repeated word: 'lock'
#103498: FILE: fs/bcachefs/six.h:239:
+ * six_lock_ip - take a six lock lock
WARNING:REPEATED_WORD: Possible repeated word: 'lock'
#103518: FILE: fs/bcachefs/six.h:259:
+ * six_lock_type - take a six lock lock
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next reply other threads:[~2025-12-12 16:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-12 16:10 kernel test robot [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-12-02 21:00 [koverstreet-bcachefs:pr/992 1/2] checkpatch: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" kernel test robot
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=202512121753.PXW3xpdA-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.