public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] coresight: stm: Remove unneeded semicolon
@ 2024-06-18  1:13 Yang Li
  0 siblings, 0 replies; only message in thread
From: Yang Li @ 2024-06-18  1:13 UTC (permalink / raw)
  To: suzuki.poulose, alexander.shishkin
  Cc: mike.leach, james.clark, coresight, linux-arm-kernel,
	linux-kernel, Yang Li, Abaci Robot

./drivers/hwtracing/coresight/coresight-priv.h:231:2-3: Unneeded
semicolon

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9345
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 drivers/hwtracing/coresight/coresight-priv.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hwtracing/coresight/coresight-priv.h b/drivers/hwtracing/coresight/coresight-priv.h
index fc3617642b01..15fee93d7696 100644
--- a/drivers/hwtracing/coresight/coresight-priv.h
+++ b/drivers/hwtracing/coresight/coresight-priv.h
@@ -228,7 +228,7 @@ static inline void *coresight_get_uci_data_from_amba(const struct amba_id *table
 		if ((pid & table->mask) == table->id)
 			return coresight_get_uci_data(table);
 		table++;
-	};
+	}
 	return NULL;
 }
 
-- 
2.20.1.7.g153144c


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-06-18  1:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-18  1:13 [PATCH -next] coresight: stm: Remove unneeded semicolon Yang Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox