diff options
Diffstat (limited to 'include/linux/netdevice.h')
-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 d52b570569be..46c36ffe20ee 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -790,7 +790,7 @@ struct net_device { | |||
790 | /* | 790 | /* |
791 | * This is the first field of the "visible" part of this structure | 791 | * This is the first field of the "visible" part of this structure |
792 | * (i.e. as seen by users in the "Space.c" file). It is the name | 792 | * (i.e. as seen by users in the "Space.c" file). It is the name |
793 | * the interface. | 793 | * of the interface. |
794 | */ | 794 | */ |
795 | char name[IFNAMSIZ]; | 795 | char name[IFNAMSIZ]; |
796 | 796 | ||