From mboxrd@z Thu Jan 1 00:00:00 1970 From: lkp@intel.com (kbuild test robot) Date: Wed, 3 Feb 2016 18:05:22 +0800 Subject: [PATCH] stm class: fix semicolon.cocci warnings In-Reply-To: <1454487337-30184-3-git-send-email-zhang.chunyan@linaro.org> References: <201602031758.BtqxFNRd%fengguang.wu@intel.com> Message-ID: <20160203100522.GA104810@ivytown2> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org drivers/hwtracing/stm/policy.c:341:2-3: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci CC: Chunyan Zhang Signed-off-by: Fengguang Wu --- 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);