[PATCH 0/3] sysfs: treewide: Remove spurious NULL in attribute_group definition
Greg Kroah-Hartman
gregkh at linuxfoundation.org
Mon Nov 18 07:22:08 PST 2024
On Mon, Nov 18, 2024 at 04:02:46PM +0100, Thomas Weißschuh wrote:
> Generated with the following coccinelle script:
>
> virtual patch
>
> @@
> identifier ag, pattrs;
> @@
>
> struct attribute_group ag = {
> .attrs = pattrs,
> - NULL
> };
>
> This series is meant to be applied through the driver-core tree.
>
> See also:
> https://lore.kernel.org/lkml/71fe4030-d6a1-47da-b8a7-28b899187168@t-8ch.de/
>
> Signed-off-by: Thomas Weißschuh <linux at weissschuh.net>
All now applied, thanks!
greg k-h
More information about the linux-arm-kernel
mailing list