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/net/caif/caif_layer.h | |
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/net/caif/caif_layer.h')
-rw-r--r-- | include/net/caif/caif_layer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/caif/caif_layer.h b/include/net/caif/caif_layer.h index 064094101cb5..51f7bb42a936 100644 --- a/include/net/caif/caif_layer.h +++ b/include/net/caif/caif_layer.h @@ -156,7 +156,7 @@ struct cflayer { * CAIF packets upwards in the stack. * Packet handling rules: * - The CAIF packet (cfpkt) ownership is passed to the - * called receive function. This means that the the + * called receive function. This means that the * packet cannot be accessed after passing it to the * above layer using up->receive(). * @@ -184,7 +184,7 @@ struct cflayer { * CAIF packet downwards in the stack. * Packet handling rules: * - The CAIF packet (cfpkt) ownership is passed to the - * transmit function. This means that the the packet + * transmit function. This means that the packet * cannot be accessed after passing it to the below * layer using dn->transmit(). * |