Commit 724df615 authored by Justin P. Mattock's avatar Justin P. Mattock Committed by Jiri Kosina

fix comment typo in netdevice.h

Fix missing "of" in comment.
Signed-off-by: default avatarJustin P. Mattock <justinmattock@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent d515e86e
...@@ -775,7 +775,7 @@ struct net_device { ...@@ -775,7 +775,7 @@ struct net_device {
/* /*
* This is the first field of the "visible" part of this structure * 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 * (i.e. as seen by users in the "Space.c" file). It is the name
* the interface. * of the interface.
*/ */
char name[IFNAMSIZ]; char name[IFNAMSIZ];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment