Re: [PATCH v30 01/16] leds: lp55xx: Fix file permissions to use DEVICE_ATTR macros

From: Marek Behún
Date: Wed Jul 15 2020 - 09:19:56 EST


On Mon, 13 Jul 2020 10:45:29 -0500
Dan Murphy <dmurphy@xxxxxx> wrote:

> Fix the checkpatch warnings for the use of the file permission macros.
> In converting the file permissions to the DEVICE_ATTR_XX macros the
> call back function names needed to be updated within the code.
>
> This means that the lp55xx_ needed to be dropped in the name to keep
> in harmony with the ABI documentation.
>
> Acked-by: Pavel Machek <pavel@xxxxxx>
> Acked-by: Jacek Anaszewski <jacek.anaszewski@xxxxxxxxx>
> Signed-off-by: Dan Murphy <dmurphy@xxxxxx>
> ---
> drivers/leds/leds-lp55xx-common.c | 22 ++++++++++------------
> 1 file changed, 10 insertions(+), 12 deletions(-)
>

Reviewed-by: Marek BehÃn <marek.behun@xxxxxx>