diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-15 19:42:45 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2020-07-16 06:34:11 +0300 |
commit | d86f9868bdb40fc11c1e8c176ae11fb897b9d5f4 (patch) | |
tree | 947def08426f989c72c84894f7eeca374eec553b /include/net/sctp/sctp.h | |
parent | 4b48b0a3aa0df49eb6d80a86c2b016bf6c3eebf9 (diff) | |
download | linux-d86f9868bdb40fc11c1e8c176ae11fb897b9d5f4.tar.xz |
net: sctp: drop duplicate words in comments
Drop doubled words 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/sctp/sctp.h')
-rw-r--r-- | include/net/sctp/sctp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/sctp/sctp.h b/include/net/sctp/sctp.h index e3bd198b00ae..4fc747b778eb 100644 --- a/include/net/sctp/sctp.h +++ b/include/net/sctp/sctp.h @@ -291,7 +291,7 @@ atomic_dec(&sctp_dbg_objcnt_## name) #define SCTP_DBG_OBJCNT(name) \ atomic_t sctp_dbg_objcnt_## name = ATOMIC_INIT(0) -/* Macro to help create new entries in in the global array of +/* Macro to help create new entries in the global array of * objcnt counters. */ #define SCTP_DBG_OBJCNT_ENTRY(name) \ |