Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 80dd6eac authored by Paul Bolle's avatar Paul Bolle Committed by Jiri Kosina
Browse files

net-sysfs: fix comment typo 'CONFIG_SYFS'



Signed-off-by: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 7df2482f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)