[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251120094105.2766068-1-jiapeng.chong@linux.alibaba.com>
Date: Thu, 20 Nov 2025 17:41:05 +0800
From: Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>
To: suzuki.poulose@....com
Cc: mike.leach@...aro.org,
james.clark@...aro.org,
alexander.shishkin@...ux.intel.com,
coresight@...ts.linaro.org,
linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org,
Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>,
Abaci Robot <abaci@...ux.alibaba.com>
Subject: [PATCH -next] coresight: remove unneeded semicolon
No functional modification involved.
./drivers/hwtracing/coresight/coresight-priv.h:238:2-3: Unneeded semicolon.
Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=27327
Signed-off-by: Jiapeng Chong <jiapeng.chong@...ux.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 fd896ac07942..16f0cee8cad6 100644
--- a/drivers/hwtracing/coresight/coresight-priv.h
+++ b/drivers/hwtracing/coresight/coresight-priv.h
@@ -235,7 +235,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.43.5
Powered by blists - more mailing lists