The sysfs attribute structures are never modified. Mark them as const where possible.
This excludes the device attributes for now, as these will have their own migration. Signed-off-by: Thomas Weißschuh <[email protected]> --- Changes in v2: - Mark missed four channels attributes as const (Michael Kelley) - Link to v1: https://patch.msgid.link/[email protected] --- Thomas Weißschuh (4): drivers: hv: mark chan_attr_ring_buffer as const drivers: hv: use ATTRIBUTE_GROUPS helper drivers: hv: mark bus attributes as const drivers: hv: mark channel attributes as const drivers/hv/vmbus_drv.c | 51 ++++++++++++++++++++++++-------------------------- 1 file changed, 24 insertions(+), 27 deletions(-) --- base-commit: 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f change-id: 20260331-sysfs-const-hv-cad05718c68a Best regards, -- Thomas Weißschuh <[email protected]>

