Re: [PATCH v2] HID: lg-g15 - Add support for Logitech G13.
From: Markus Elfring
Date: Tue Aug 12 2025 - 09:03:41 EST
…
> +++ b/drivers/hid/hid-lg-g15.c
…
> +static int lg_g13_get_leds_state(struct lg_g15_data *g15)
> +{
…
> + for (int i = LG_G15_MACRO_PRESET1; i < LG_G15_LED_MAX; ++i)
…
+static int lg_g13_mkey_led_set(struct led_classdev *led_cdev, enum led_brightness brightness)
+{
…
> + for (i = LG_G15_MACRO_PRESET1; i < LG_G15_LED_MAX; ++i) {
…
Please reconsider the usage of double space characters at some source code places.
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/coding-style.rst?h=v6.17-rc1#n234
Regards,
Markus