Loading net/core/net-sysfs.c +1 −1 Original line number Diff line number Diff line Loading @@ -789,7 +789,7 @@ static int rx_queue_add_kobject(struct net_device *net, int index) kobject_put(kobj); return error; } #endif /* CONFIG_SYFS */ #endif /* CONFIG_SYSFS */ int net_rx_queue_update_kobjects(struct net_device *net, int old_num, int new_num) Loading Loading
net/core/net-sysfs.c +1 −1 Original line number Diff line number Diff line Loading @@ -789,7 +789,7 @@ static int rx_queue_add_kobject(struct net_device *net, int index) kobject_put(kobj); return error; } #endif /* CONFIG_SYFS */ #endif /* CONFIG_SYSFS */ int net_rx_queue_update_kobjects(struct net_device *net, int old_num, int new_num) Loading