* Re: Fw:[PATCH] mfd: Clean up errors in lm3533.h
[not found] <6415c2b.7f89.18cf3465704.Coremail.chenxb_99091@126.com>
@ 2024-01-10 12:53 ` Lee Jones
0 siblings, 0 replies; only message in thread
From: Lee Jones @ 2024-01-10 12:53 UTC (permalink / raw)
To: chenxb; +Cc: linux-kernel
On Wed, 10 Jan 2024, chenxb wrote:
Subject should be:
"mfd: lm3533: Remove superfluous whitespace in DEVICE_ATTR()
> Fix the following errors reported by checkpatch:
>
>
No double line spaces required.
> ERROR: space prohibited before that ',' (ctx:WxW)
>
> Signed-off-by: GuoHua Chen <XueBing Chen@jari.cn>
That does not look like a correct email address.
> ---
> include/linux/mfd/lm3533.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/linux/mfd/lm3533.h b/include/linux/mfd/lm3533.h
> index 77092f6363ad..14fde840af67 100644
> --- a/include/linux/mfd/lm3533.h
> +++ b/include/linux/mfd/lm3533.h
> @@ -13,7 +13,7 @@
> #define LM3533_ATTR_RO(_name) \
> DEVICE_ATTR(_name, S_IRUGO, show_##_name, NULL)
> #define LM3533_ATTR_RW(_name) \
> - DEVICE_ATTR(_name, S_IRUGO | S_IWUSR , show_##_name, store_##_name)
> + DEVICE_ATTR(_name, S_IRUGO | S_IWUSR, show_##_name, store_##_name)
>
> struct device;
> struct regmap;
> --
> 2.17.1
--
Lee Jones [李琼斯]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-01-10 12:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <6415c2b.7f89.18cf3465704.Coremail.chenxb_99091@126.com>
2024-01-10 12:53 ` Fw:[PATCH] mfd: Clean up errors in lm3533.h Lee Jones
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.