projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7df2482
)
net-sysfs: fix comment typo 'CONFIG_SYFS'
author
Paul Bolle
<pebolle@tiscali.nl>
Sun, 9 Feb 2014 13:07:11 +0000
(14:07 +0100)
committer
Jiri 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
patch
|
blob
|
blame
|
history
diff --git
a/net/core/net-sysfs.c
b/net/core/net-sysfs.c
index 93886246a0b42a4f02e8387e758216582dd6d54f..549043c078c925747b5d3e34d5de6e633eb34518 100644
(file)
--- 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_SY
S
FS */
int
net_rx_queue_update_kobjects(struct net_device *net, int old_num, int new_num)