diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2014-02-09 17:07:11 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-02-20 17:56:28 +0400 |
commit | 80dd6eac00908a2c3e7a7c3f538ceee75c03f94f (patch) | |
tree | 07b6619c197b289c5e642ee303aa316b6e9a11ac /net/core/net-sysfs.c | |
parent | 7df2482fc1d32f9fec3b0102c446bafa5646a86e (diff) | |
download | linux-80dd6eac00908a2c3e7a7c3f538ceee75c03f94f.tar.xz |
net-sysfs: fix comment typo 'CONFIG_SYFS'
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'net/core/net-sysfs.c')
-rw-r--r-- | net/core/net-sysfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/net-sysfs.c b/net/core/net-sysfs.c index 93886246a0b4..549043c078c9 100644 --- a/net/core/net-sysfs.c +++ b/net/core/net-sysfs.c @@ -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) |