Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Liao Yuanhong and committed by
Tzung-Bi Shih
f7439a72 8abbbbb5

+1 -1
+1 -1
drivers/platform/chrome/wilco_ec/telemetry.c
··· 388 388 dev_set_name(&dev_data->dev, TELEM_DEV_NAME_FMT, minor); 389 389 device_initialize(&dev_data->dev); 390 390 391 - /* Initialize the character device and add it to userspace */; 391 + /* Initialize the character device and add it to userspace */ 392 392 cdev_init(&dev_data->cdev, &telem_fops); 393 393 error = cdev_device_add(&dev_data->cdev, &dev_data->dev); 394 394 if (error) {