From: Justin P. Mattock Date: Wed, 26 May 2010 16:22:40 +0000 (-0700) Subject: fix comment typo in netdevice.h X-Git-Tag: firefly_0821_release~9833^2~1301^2~49 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=724df615928b7050d33b6243f60b12bd87484fc7;p=firefly-linux-kernel-4.4.55.git fix comment typo in netdevice.h Fix missing "of" in comment. Signed-off-by: Justin P. Mattock Signed-off-by: Jiri Kosina --- diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index a1bff6518166..c761c903772e 100644 --- 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];