mbox series

[0/7] net: sctp: delete duplicated words + other fixes

Message ID 20200822231601.32125-1-rdunlap@infradead.org
Headers show
Series net: sctp: delete duplicated words + other fixes | expand

Message

Randy Dunlap Aug. 22, 2020, 11:15 p.m. UTC
Drop or fix repeated words in net/sctp/.

Cc: Vlad Yasevich <vyasevich@gmail.com>
Cc: Neil Horman <nhorman@tuxdriver.com>
Cc: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Cc: linux-sctp@vger.kernel.org
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>


 net/sctp/associola.c     |    4 ++--
 net/sctp/auth.c          |    4 ++--
 net/sctp/bind_addr.c     |    2 +-
 net/sctp/chunk.c         |    2 +-
 net/sctp/protocol.c      |    8 ++++----
 net/sctp/sm_make_chunk.c |    6 +++---
 net/sctp/ulpqueue.c      |    2 +-
 7 files changed, 14 insertions(+), 14 deletions(-)

Comments

David Miller Aug. 24, 2020, 11:22 p.m. UTC | #1
From: Randy Dunlap <rdunlap@infradead.org>
Date: Sat, 22 Aug 2020 16:15:54 -0700

> Drop or fix repeated words in net/sctp/.

Series applied to net-next, thanks Randy.