diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/netdevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
775 | /* | 775 | /* |
776 | * This is the first field of the "visible" part of this structure | 776 | * This is the first field of the "visible" part of this structure |
777 | * (i.e. as seen by users in the "Space.c" file). It is the name | 777 | * (i.e. as seen by users in the "Space.c" file). It is the name |
778 | * the interface. | 778 | * of the interface. |
779 | */ | 779 | */ |
780 | char name[IFNAMSIZ]; | 780 | char name[IFNAMSIZ]; |
781 | 781 | ||