HID: hid-lenovo-go-s: Remove unneeded semicolon

Remove unnecessary semicolons reported by Coccinelle/coccicheck and the
semantic patch at scripts/coccinelle/misc/semicolon.cocci.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Reviewed-by: Derek J. Clark <derekjohn.clark@gmail.com>
Reviewed-by: Mark Pearson <mpearson-lenovo@squebb.ca>
Signed-off-by: Derek J. Clark <derekjohn.clark@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
This commit is contained in:
Chen Ni
2026-03-10 07:29:35 +00:00
committed by Jiri Kosina
parent 168c918391
commit c04744049f

View File

@@ -1097,7 +1097,7 @@ static void hid_gos_brightness_set(struct led_classdev *led_cdev,
default:
dev_err(led_cdev->dev, "Failed to write RGB profile: %i\n",
ret);
};
}
}
#define LEGOS_DEVICE_ATTR_RW(_name, _attrname, _rtype, _group) \