All of lore.kernel.org
 help / color / mirror / Atom feed
* [koverstreet-bcachefs:pr/992 1/2] checkpatch: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
@ 2025-12-02 21:00 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2025-12-02 21:00 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: 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [koverstreet-bcachefs:pr/992 1/2] checkpatch: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
@ 2025-12-12 16:10 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2025-12-12 16:10 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: 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-12-12 16:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-02 21:00 [koverstreet-bcachefs:pr/992 1/2] checkpatch: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2025-12-12 16:10 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.