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

kernel test robot posted 1 patch 4 years, 1 month ago
fs/resctrl/rdtgroup.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] untested: fs/resctrl: fix semicolon.cocci warnings
Posted by kernel test robot 4 years, 1 month ago
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);
 }