[PATCH] untested: fs/resctrl: fix semicolon.cocci warnings

From: kernel test robot
Date: Sat Apr 09 2022 - 01:37:03 EST


From: kernel test robot <lkp@xxxxxxxxx>

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@xxxxxxxxx>
Signed-off-by: kernel test robot <lkp@xxxxxxxxx>
---

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);
}