OSDN Git Service

net: fix a comment typo
authorZhang Shengju <zhangshengju@cmss.chinamobile.com>
Wed, 16 Mar 2016 09:12:46 +0000 (09:12 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Mar 2016 23:40:27 +0000 (19:40 -0400)
Fix a comment typo.

Signed-off-by: Zhang Shengju <zhangshengju@cmss.chinamobile.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/if.h

index 9cf2394..f802775 100644 (file)
@@ -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.