All of lore.kernel.org
 help / color / mirror / Atom feed
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: Tue, 2 Dec 2025 22:00:16 +0100	[thread overview]
Message-ID: <202512022149.CK864EuH-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:   39aff98c65bacc4dcd96c8ac030646bca1bfb183
commit: c311121b11316292213fa8f0e4761b6912eb338c [1/2] Revert "Remove bcachefs core code"
:::::: branch date: 33 hours ago
:::::: commit date: 33 hours ago
reproduce: (https://download.01.org/0day-ci/archive/20251202/202512022149.CK864EuH-lkp@intel.com/reproduce)

# many are suggestions rather than must-fix

WARNING:ONE_SEMICOLON: Statements terminations use 1 semicolon
#18392: FILE: fs/bcachefs/btree_cache.c:520:
+			--touched;;

WARNING:ONE_SEMICOLON: Statements terminations use 1 semicolon
#23028: FILE: fs/bcachefs/btree_io.c:2023:
+	bch2_bkey_buf_exit(&scrub->key, c);;

WARNING:ONE_SEMICOLON: Statements terminations use 1 semicolon
#26747: 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"
#28795: FILE: fs/bcachefs/btree_iter.h:987:
+typedef struct btree_trans * class_btree_trans_t;

ERROR:SPACING: space required before the open brace '{'
#33607: FILE: fs/bcachefs/btree_trans_commit.c:720:
+		if (unlikely(ret)){

WARNING:ONE_SEMICOLON: Statements terminations use 1 semicolon
#34500: FILE: fs/bcachefs/btree_types.h:486:
+	u16			size;;

ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#43606: FILE: fs/bcachefs/chardev.h:18:
+				unsigned cmd, void __user * arg)

ERROR:SPACING: space required before that '*' (ctx:VxV)
#46643: 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 *)"
#48137: FILE: fs/bcachefs/dirent.c:46:
+	u64 last_u64 = ((u64*)d.v)[bkey_u64s - 1];

WARNING:ONE_SEMICOLON: Statements terminations use 1 semicolon
#59889: FILE: fs/bcachefs/fast_list.h:12:
+	struct ida		slots_allocated;;

WARNING:REPEATED_WORD: Possible repeated word: 'be'
#69884: 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
#73620: 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
#78920: 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)
#82975: 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)
#89765: 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)
#89767: 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'
#103495: FILE: fs/bcachefs/six.h:239:
+ * six_lock_ip - take a six lock lock

WARNING:REPEATED_WORD: Possible repeated word: 'lock'
#103515: 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

             reply	other threads:[~2025-12-02 21:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-02 21:00 kernel test robot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-12-12 16:10 [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=202512022149.CK864EuH-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.