diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-09-18 07:35:19 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-09-19 00:12:43 +0300 |
commit | 604621911603741ae33c9c5e2c9a0332ac9ccb52 (patch) | |
tree | e8b55b2eecdf674f1e212861eff86e9b08113a5b /net/tipc/msg.c | |
parent | bb6d6895e2f90aaffe8568ff3e7612ca1b5a5f93 (diff) | |
download | linux-604621911603741ae33c9c5e2c9a0332ac9ccb52.tar.xz |
net: tipc: delete duplicated words
Drop repeated words in net/tipc/.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: Jon Maloy <jmaloy@redhat.com>
Cc: Ying Xue <ying.xue@windriver.com>
Cc: tipc-discussion@lists.sourceforge.net
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/msg.c')
-rw-r--r-- | net/tipc/msg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/msg.c b/net/tipc/msg.c index 848fae674532..2d9a383b8192 100644 --- a/net/tipc/msg.c +++ b/net/tipc/msg.c @@ -581,7 +581,7 @@ bundle: * @pos: position in outer message of msg to be extracted. * Returns position of next msg * Consumes outer buffer when last packet extracted - * Returns true when when there is an extracted buffer, otherwise false + * Returns true when there is an extracted buffer, otherwise false */ bool tipc_msg_extract(struct sk_buff *skb, struct sk_buff **iskb, int *pos) { |