mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-16 02:01:18 -04:00
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:
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user