[PATCH] [TRIVIAL] net-sysfs: fix comment typo 'CONFIG_SYFS'

From: Paul Bolle
Date: Sun Feb 09 2014 - 08:07:23 EST


Signed-off-by: Paul Bolle <pebolle@xxxxxxxxxx>
---
Untested.

net/core/net-sysfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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)
--
1.8.5.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/