Re: [PATCH v6 2/4] platform/x86: int3472: Rename pled to led in LED registration code
From: Andy Shevchenko
Date: Tue Mar 31 2026 - 06:20:54 EST
On Tue, Mar 31, 2026 at 09:52:02AM +0200, Marco Nenciarini wrote:
> Rename the privacy LED type, struct member, and functions from "pled"
> to "led" in preparation for supporting additional LED types beyond
> just the privacy LED.
>
> No functional change.
Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
...
> -static int int3472_pled_set(struct led_classdev *led_cdev,
> +static int int3472_led_set(struct led_classdev *led_cdev,
> enum led_brightness brightness)
Second line needs to be fixed as well (indentation).
--
With Best Regards,
Andy Shevchenko