Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Randy Dunlap and committed by
Jakub Kicinski
c201324b cee50c2a

+3 -3
+2 -2
include/net/caif/caif_layer.h
··· 156 156 * CAIF packets upwards in the stack. 157 157 * Packet handling rules: 158 158 * - The CAIF packet (cfpkt) ownership is passed to the 159 - * called receive function. This means that the the 159 + * called receive function. This means that the 160 160 * packet cannot be accessed after passing it to the 161 161 * above layer using up->receive(). 162 162 * ··· 184 184 * CAIF packet downwards in the stack. 185 185 * Packet handling rules: 186 186 * - The CAIF packet (cfpkt) ownership is passed to the 187 - * transmit function. This means that the the packet 187 + * transmit function. This means that the packet 188 188 * cannot be accessed after passing it to the below 189 189 * layer using dn->transmit(). 190 190 *
+1 -1
include/uapi/linux/caif/caif_socket.h
··· 169 169 * @CAIFSO_LINK_SELECT: Selector used if multiple CAIF Link layers are 170 170 * available. Either a high bandwidth 171 171 * link can be selected (CAIF_LINK_HIGH_BANDW) or 172 - * or a low latency link (CAIF_LINK_LOW_LATENCY). 172 + * a low latency link (CAIF_LINK_LOW_LATENCY). 173 173 * This option is of type __u32. 174 174 * Alternatively SO_BINDTODEVICE can be used. 175 175 *