projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d515e86
)
fix comment typo in netdevice.h
author
Justin P. Mattock
<justinmattock@gmail.com>
Wed, 26 May 2010 16:22:40 +0000
(09:22 -0700)
committer
Jiri Kosina
<jkosina@suse.cz>
Fri, 4 Jun 2010 14:03:34 +0000
(16:03 +0200)
Fix missing "of" in comment.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
include/linux/netdevice.h
patch
|
blob
|
history
diff --git
a/include/linux/netdevice.h
b/include/linux/netdevice.h
index
a1bff65
..
c761c90
100644
(file)
--- a/
include/linux/netdevice.h
+++ b/
include/linux/netdevice.h
@@
-775,7
+775,7
@@
struct net_device {
/*
* This is the first field of the "visible" part of this structure
* (i.e. as seen by users in the "Space.c" file). It is the name
- * the interface.
+ *
of
the interface.
*/
char name[IFNAMSIZ];