Loading drivers/hid/hid-logitech-hidpp.c +1 −1 Original line number Diff line number Diff line Loading @@ -2926,7 +2926,7 @@ static struct attribute *sysfs_attrs[] = { NULL }; static struct attribute_group ps_attribute_group = { static const struct attribute_group ps_attribute_group = { .attrs = sysfs_attrs }; Loading drivers/hid/hid-multitouch.c +1 −1 Original line number Diff line number Diff line Loading @@ -341,7 +341,7 @@ static struct attribute *sysfs_attrs[] = { NULL }; static struct attribute_group mt_attribute_group = { static const struct attribute_group mt_attribute_group = { .attrs = sysfs_attrs }; Loading drivers/hid/hid-ntrig.c +1 −1 Original line number Diff line number Diff line Loading @@ -445,7 +445,7 @@ static struct attribute *sysfs_attrs[] = { NULL }; static struct attribute_group ntrig_attribute_group = { static const struct attribute_group ntrig_attribute_group = { .attrs = sysfs_attrs }; Loading drivers/hid/hid-sensor-custom.c +1 −1 Original line number Diff line number Diff line Loading @@ -276,7 +276,7 @@ static struct attribute *enable_sensor_attrs[] = { NULL, }; static struct attribute_group enable_sensor_attr_group = { static const struct attribute_group enable_sensor_attr_group = { .attrs = enable_sensor_attrs, }; Loading Loading
drivers/hid/hid-logitech-hidpp.c +1 −1 Original line number Diff line number Diff line Loading @@ -2926,7 +2926,7 @@ static struct attribute *sysfs_attrs[] = { NULL }; static struct attribute_group ps_attribute_group = { static const struct attribute_group ps_attribute_group = { .attrs = sysfs_attrs }; Loading
drivers/hid/hid-multitouch.c +1 −1 Original line number Diff line number Diff line Loading @@ -341,7 +341,7 @@ static struct attribute *sysfs_attrs[] = { NULL }; static struct attribute_group mt_attribute_group = { static const struct attribute_group mt_attribute_group = { .attrs = sysfs_attrs }; Loading
drivers/hid/hid-ntrig.c +1 −1 Original line number Diff line number Diff line Loading @@ -445,7 +445,7 @@ static struct attribute *sysfs_attrs[] = { NULL }; static struct attribute_group ntrig_attribute_group = { static const struct attribute_group ntrig_attribute_group = { .attrs = sysfs_attrs }; Loading
drivers/hid/hid-sensor-custom.c +1 −1 Original line number Diff line number Diff line Loading @@ -276,7 +276,7 @@ static struct attribute *enable_sensor_attrs[] = { NULL, }; static struct attribute_group enable_sensor_attr_group = { static const struct attribute_group enable_sensor_attr_group = { .attrs = enable_sensor_attrs, }; Loading