* [morse:mpam/snapshot/v5.17 135/137] fs/resctrl/rdtgroup.c:829:2-3: Unneeded semicolon
@ 2022-04-09 5:43 kernel test robot
2022-04-09 5:36 ` [PATCH] untested: fs/resctrl: fix semicolon.cocci warnings kernel test robot
0 siblings, 1 reply; 2+ messages in thread
From: kernel test robot @ 2022-04-09 5:43 UTC (permalink / raw)
To: James Morse; +Cc: kbuild-all, linux-kernel
tree: https://git.kernel.org/pub/scm/linux/kernel/git/morse/linux.git mpam/snapshot/v5.17
head: fb7499c2de17b6b98e0e3ac5b7b023bfc5a6f3a4
commit: add9f185ed2abdcd1edf0d784e7ece998165a5a5 [135/137] untested: fs/resctrl: Add support for assigning iommu_groups to resctrl groups
config: x86_64-randconfig-c022 (https://download.01.org/0day-ci/archive/20220409/202204091338.vxPar47H-lkp@intel.com/config)
compiler: gcc-11 (Debian 11.2.0-19) 11.2.0
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
cocci warnings: (new ones prefixed by >>)
>> fs/resctrl/rdtgroup.c:829:2-3: Unneeded semicolon
Please review and possibly fold the followup patch.
--
0-DAY CI Kernel Test Service
https://01.org/lkp
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH] untested: fs/resctrl: fix semicolon.cocci warnings
2022-04-09 5:43 [morse:mpam/snapshot/v5.17 135/137] fs/resctrl/rdtgroup.c:829:2-3: Unneeded semicolon kernel test robot
@ 2022-04-09 5:36 ` kernel test robot
0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2022-04-09 5:36 UTC (permalink / raw)
To: James Morse; +Cc: kbuild-all, linux-kernel
From: kernel test robot <lkp@intel.com>
fs/resctrl/rdtgroup.c:829:2-3: Unneeded semicolon
Remove unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---
tree: https://git.kernel.org/pub/scm/linux/kernel/git/morse/linux.git mpam/snapshot/v5.17
head: fb7499c2de17b6b98e0e3ac5b7b023bfc5a6f3a4
commit: add9f185ed2abdcd1edf0d784e7ece998165a5a5 [135/137] untested: fs/resctrl: Add support for assigning iommu_groups to resctrl groups
:::::: branch date: 5 days ago
:::::: commit date: 5 days ago
fs/resctrl/rdtgroup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/fs/resctrl/rdtgroup.c
+++ b/fs/resctrl/rdtgroup.c
@@ -826,7 +826,7 @@ static void show_rdt_iommu(struct rdtgro
if (iommu_matches_rdtgroup(group, r))
seq_printf(s, "iommu_group:%s\n", group_kobj->name);
- };
+ }
kset_put(iommu_groups);
}
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-04-09 5:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-09 5:43 [morse:mpam/snapshot/v5.17 135/137] fs/resctrl/rdtgroup.c:829:2-3: Unneeded semicolon kernel test robot
2022-04-09 5:36 ` [PATCH] untested: fs/resctrl: fix semicolon.cocci warnings kernel test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox