diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-15 09:42:42 -0700 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2020-07-15 20:34:11 -0700 |
commit | c201324b54553aebb32845193680f21eb493c6e5 (patch) | |
tree | e51f8a2aafa7350011e64b06bbb11aad1282b3d0 /include/uapi/linux/caif | |
parent | cee50c2a028432dadacdf55950c6c6a7875e8172 (diff) |
net: caif: drop duplicate words in comments
Drop doubled words "or" and "the" in several comments.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/uapi/linux/caif')
-rw-r--r-- | include/uapi/linux/caif/caif_socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/caif/caif_socket.h b/include/uapi/linux/caif/caif_socket.h index 10ec1d1cf68e..d9970bbaa156 100644 --- a/include/uapi/linux/caif/caif_socket.h +++ b/include/uapi/linux/caif/caif_socket.h @@ -169,7 +169,7 @@ struct sockaddr_caif { * @CAIFSO_LINK_SELECT: Selector used if multiple CAIF Link layers are * available. Either a high bandwidth * link can be selected (CAIF_LINK_HIGH_BANDW) or - * or a low latency link (CAIF_LINK_LOW_LATENCY). + * a low latency link (CAIF_LINK_LOW_LATENCY). * This option is of type __u32. * Alternatively SO_BINDTODEVICE can be used. * |