[PATCH] stm class: fix semicolon.cocci warnings

kbuild test robot lkp at intel.com
Wed Feb 3 02:05:22 PST 2016


drivers/hwtracing/stm/policy.c:341:2-3: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

CC: Chunyan Zhang <zhang.chunyan at linaro.org>
Signed-off-by: Fengguang Wu <fengguang.wu at intel.com>
---

 policy.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/hwtracing/stm/policy.c
+++ b/drivers/hwtracing/stm/policy.c
@@ -338,7 +338,7 @@ stp_policies_make(struct config_group *g
 		if (stm)
 			break;
 		*p = '.';
-	};
+	}
 
 	kfree(devname);
 



More information about the linux-arm-kernel mailing list