Skip to content

Commit

Permalink
net-sysfs: fix comment typo 'CONFIG_SYFS'
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Paul Bolle authored and Jiri Kosina committed Feb 20, 2014
1 parent 7df2482 commit 80dd6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/core/net-sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 80dd6ea

Please sign in to comment.