Loading net/core/net-sysfs.c +1 −1 Original line number Diff line number Diff line Loading @@ -1511,7 +1511,7 @@ static const void *net_namespace(struct device *d) return dev_net(dev); } static struct class net_class = { static struct class net_class __ro_after_init = { .name = "net", .dev_release = netdev_release, .dev_groups = net_class_groups, Loading Loading
net/core/net-sysfs.c +1 −1 Original line number Diff line number Diff line Loading @@ -1511,7 +1511,7 @@ static const void *net_namespace(struct device *d) return dev_net(dev); } static struct class net_class = { static struct class net_class __ro_after_init = { .name = "net", .dev_release = netdev_release, .dev_groups = net_class_groups, Loading