From: Zhang Shengju Date: Wed, 16 Mar 2016 09:12:46 +0000 (+0000) Subject: net: fix a comment typo X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=93e68cd6115f67d8363c94dae8206af36f6d3b00;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git net: fix a comment typo Fix a comment typo. Signed-off-by: Zhang Shengju Signed-off-by: David S. Miller --- 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//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.