From: Paul Bolle Date: Sun, 9 Feb 2014 13:07:11 +0000 (+0100) Subject: net-sysfs: fix comment typo 'CONFIG_SYFS' X-Git-Tag: v4.14-rc1~7787^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=80dd6eac00908a2c3e7a7c3f538ceee75c03f94f;p=platform%2Fkernel%2Flinux-rpi.git net-sysfs: fix comment typo 'CONFIG_SYFS' Signed-off-by: Paul Bolle Signed-off-by: Jiri Kosina --- diff --git a/net/core/net-sysfs.c b/net/core/net-sysfs.c index 9388624..549043c 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)