[PATCH] platform/chrome: wilco_ec: Remove redundant semicolons

Liao Yuanhong posted 1 patch 1 month, 3 weeks ago
drivers/platform/chrome/wilco_ec/telemetry.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] platform/chrome: wilco_ec: Remove redundant semicolons
Posted by Liao Yuanhong 1 month, 3 weeks ago
Remove unnecessary semicolons.

Signed-off-by: Liao Yuanhong <liaoyuanhong@vivo.com>
---
 drivers/platform/chrome/wilco_ec/telemetry.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/platform/chrome/wilco_ec/telemetry.c b/drivers/platform/chrome/wilco_ec/telemetry.c
index 7d8ae2cbf72f..b18043e31ae4 100644
--- a/drivers/platform/chrome/wilco_ec/telemetry.c
+++ b/drivers/platform/chrome/wilco_ec/telemetry.c
@@ -388,7 +388,7 @@ static int telem_device_probe(struct platform_device *pdev)
 	dev_set_name(&dev_data->dev, TELEM_DEV_NAME_FMT, minor);
 	device_initialize(&dev_data->dev);
 
-	/* Initialize the character device and add it to userspace */;
+	/* Initialize the character device and add it to userspace */
 	cdev_init(&dev_data->cdev, &telem_fops);
 	error = cdev_device_add(&dev_data->cdev, &dev_data->dev);
 	if (error) {
-- 
2.34.1
Re: [PATCH] platform/chrome: wilco_ec: Remove redundant semicolons
Posted by Tzung-Bi Shih 1 month, 3 weeks ago
On Wed, Aug 13, 2025 at 05:48:55PM +0800, Liao Yuanhong wrote:
> Remove unnecessary semicolons.

Applied to

    https://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git for-next

[1/1] platform/chrome: wilco_ec: Remove redundant semicolons
      commit: f7439a723e5aa5b35c76355e1b9b2cd1108f656e

Thanks!