Browse Source

net-sysfs: fix comment typo 'CONFIG_SYFS'

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Paul Bolle 11 years ago
parent
commit
80dd6eac00
1 changed files with 1 additions and 1 deletions
  1. 1 1
      net/core/net-sysfs.c

+ 1 - 1
net/core/net-sysfs.c

@@ -789,7 +789,7 @@ exit:
 	kobject_put(kobj);
 	kobject_put(kobj);
 	return error;
 	return error;
 }
 }
-#endif /* CONFIG_SYFS */
+#endif /* CONFIG_SYSFS */
 
 
 int
 int
 net_rx_queue_update_kobjects(struct net_device *net, int old_num, int new_num)
 net_rx_queue_update_kobjects(struct net_device *net, int old_num, int new_num)