Skip to content

Commit f7439a7

Browse files
LiaoYuanhong-vivoTzung-Bi Shih
authored andcommitted
platform/chrome: wilco_ec: Remove redundant semicolons
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>
1 parent 8abbbbb commit f7439a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/platform/chrome/wilco_ec/telemetry.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ static int telem_device_probe(struct platform_device *pdev)
388388
dev_set_name(&dev_data->dev, TELEM_DEV_NAME_FMT, minor);
389389
device_initialize(&dev_data->dev);
390390

391-
/* Initialize the character device and add it to userspace */;
391+
/* Initialize the character device and add it to userspace */
392392
cdev_init(&dev_data->cdev, &telem_fops);
393393
error = cdev_device_add(&dev_data->cdev, &dev_data->dev);
394394
if (error) {

0 commit comments

Comments
 (0)