net-sysfs: fix comment typo 'CONFIG_SYFS'
authorPaul Bolle <pebolle@tiscali.nl>
Sun, 9 Feb 2014 13:07:11 +0000 (14:07 +0100)
committerJiri Kosina <jkosina@suse.cz>
Thu, 20 Feb 2014 13:56:28 +0000 (14:56 +0100)
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
net/core/net-sysfs.c

index 9388624..549043c 100644 (file)
@@ -789,7 +789,7 @@ exit:
        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)