On Sat, May 29, 2021 at 3:30 AM Rikard Falkeborn <rikard.falkeborn@xxxxxxxxx> wrote: > > The attribute_group structs are never modified, they're only passed to > sysfs_create_group() and sysfs_remove_group(). Make them const to allow > the compiler to put them in read-only memory. > > Signed-off-by: Rikard Falkeborn <rikard.falkeborn@xxxxxxxxx> Applied to md-next. Thanks! Song