fs/bcachefs/reflink.c:111:32-33: Unneeded semicolon

From: kernel test robot
Date: Tue Dec 19 2023 - 04:26:38 EST


tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 2cf4f94d8e8646803f8fb0facf134b0cd7fb691a
commit: 523f33efbf406f2eb0f071123d17fbbd9e40d692 bcachefs: All triggers are BTREE_TRIGGER_WANTS_OLD_AND_NEW
date: 7 weeks ago
config: x86_64-randconfig-102-20231219 (https://download.01.org/0day-ci/archive/20231219/202312191741.tYE8q8kO-lkp@xxxxxxxxx/config)
compiler: clang version 16.0.4 (https://github.com/llvm/llvm-project.git ae42196bc493ffe877a7e3dff8be32035dea4d07)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@xxxxxxxxx>
| Closes: https://lore.kernel.org/oe-kbuild-all/202312191741.tYE8q8kO-lkp@xxxxxxxxx/

cocci warnings: (new ones prefixed by >>)
>> fs/bcachefs/reflink.c:111:32-33: Unneeded semicolon

vim +111 fs/bcachefs/reflink.c

105
106 static inline void check_indirect_extent_deleting(struct bkey_i *new, unsigned *flags)
107 {
108 if ((*flags & BTREE_TRIGGER_INSERT) && !*bkey_refcount(new)) {
109 new->k.type = KEY_TYPE_deleted;
110 new->k.size = 0;
> 111 set_bkey_val_u64s(&new->k, 0);;
112 *flags &= ~BTREE_TRIGGER_INSERT;
113 }
114 }
115

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