diff options
author | Zhang Shengju <zhangshengju@cmss.chinamobile.com> | 2016-03-16 09:12:46 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-03-18 19:40:27 -0400 |
commit | 93e68cd6115f67d8363c94dae8206af36f6d3b00 (patch) | |
tree | 867e58f148d44c72fa45ea69691fb64ee1984780 /include/uapi | |
parent | 3af0d554c1ce11e9d0953381ff566271f9ab81a9 (diff) |
net: fix a comment typo
Fix a comment typo.
Signed-off-by: Zhang Shengju <zhangshengju@cmss.chinamobile.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi')
-rw-r--r-- | include/uapi/linux/if.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/if.h b/include/uapi/linux/if.h index 9cf2394f0bcf..f80277569f24 100644 --- a/include/uapi/linux/if.h +++ b/include/uapi/linux/if.h @@ -37,7 +37,7 @@ * are shared for all types of net_devices. The sysfs entries are available * via /sys/class/net/<dev>/flags. Flags which can be toggled through sysfs * are annotated below, note that only a few flags can be toggled and some - * other flags are always always preserved from the original net_device flags + * other flags are always preserved from the original net_device flags * even if you try to set them via sysfs. Flags which are always preserved * are kept under the flag grouping @IFF_VOLATILE. Flags which are volatile * are annotated below as such. |