]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
platform/chrome: wilco_ec: Remove redundant semicolons
authorLiao Yuanhong <liaoyuanhong@vivo.com>
Wed, 13 Aug 2025 09:48:55 +0000 (17:48 +0800)
committerTzung-Bi Shih <tzungbi@kernel.org>
Wed, 13 Aug 2025 09:57:21 +0000 (09:57 +0000)
Remove unnecessary semicolons.

Signed-off-by: Liao Yuanhong <liaoyuanhong@vivo.com>
Link: https://lore.kernel.org/r/20250813094858.557742-1-liaoyuanhong@vivo.com
Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org>
drivers/platform/chrome/wilco_ec/telemetry.c

index 7d8ae2cbf72f9ea2bc247718ff8453ff5d3445a0..b18043e31ae4faef2a6930093f863c0ca4cb7109 100644 (file)
@@ -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) {