Skip to content

Commit

Permalink
net: caif: drop duplicate words in comments
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and Jakub Kicinski committed Jul 16, 2020
1 parent cee50c2 commit c201324
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions include/net/caif/caif_layer.h
Original file line number Diff line number Diff line change
Expand Up @@ -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().
*
Expand Down Expand Up @@ -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().
*
Expand Down
2 changes: 1 addition & 1 deletion include/uapi/linux/caif/caif_socket.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit c201324

Please sign in to comment.