Commit d86f9868 authored by Randy Dunlap's avatar Randy Dunlap Committed by Jakub Kicinski

net: sctp: drop duplicate words in comments

Drop doubled words in several comments.
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 4b48b0a3
...@@ -291,7 +291,7 @@ atomic_dec(&sctp_dbg_objcnt_## name) ...@@ -291,7 +291,7 @@ atomic_dec(&sctp_dbg_objcnt_## name)
#define SCTP_DBG_OBJCNT(name) \ #define SCTP_DBG_OBJCNT(name) \
atomic_t sctp_dbg_objcnt_## name = ATOMIC_INIT(0) 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. * objcnt counters.
*/ */
#define SCTP_DBG_OBJCNT_ENTRY(name) \ #define SCTP_DBG_OBJCNT_ENTRY(name) \
......
...@@ -1398,7 +1398,7 @@ struct sctp_stream_priorities { ...@@ -1398,7 +1398,7 @@ struct sctp_stream_priorities {
struct list_head prio_sched; struct list_head prio_sched;
/* List of streams scheduled */ /* List of streams scheduled */
struct list_head active; struct list_head active;
/* The next stream stream in line */ /* The next stream in line */
struct sctp_stream_out_ext *next; struct sctp_stream_out_ext *next;
__u16 prio; __u16 prio;
}; };
...@@ -1460,7 +1460,7 @@ struct sctp_stream { ...@@ -1460,7 +1460,7 @@ struct sctp_stream {
struct { struct {
/* List of streams scheduled */ /* List of streams scheduled */
struct list_head rr_list; struct list_head rr_list;
/* The next stream stream in line */ /* The next stream in line */
struct sctp_stream_out_ext *rr_next; struct sctp_stream_out_ext *rr_next;
}; };
}; };
...@@ -1770,7 +1770,7 @@ struct sctp_association { ...@@ -1770,7 +1770,7 @@ struct sctp_association {
int max_burst; int max_burst;
/* This is the max_retrans value for the association. This value will /* This is the max_retrans value for the association. This value will
* be initialized initialized from system defaults, but can be * be initialized from system defaults, but can be
* modified by the SCTP_ASSOCINFO socket option. * modified by the SCTP_ASSOCINFO socket option.
*/ */
int max_retrans; int max_retrans;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment