Skip to content

Commit

Permalink
net: sctp: drop duplicate words in comments
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and Jakub Kicinski committed Jul 16, 2020
1 parent 4b48b0a commit d86f986
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion include/net/sctp/sctp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down
6 changes: 3 additions & 3 deletions include/net/sctp/structs.h
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,7 @@ struct sctp_stream_priorities {
struct list_head prio_sched;
/* List of streams scheduled */
struct list_head active;
/* The next stream stream in line */
/* The next stream in line */
struct sctp_stream_out_ext *next;
__u16 prio;
};
Expand Down Expand Up @@ -1460,7 +1460,7 @@ struct sctp_stream {
struct {
/* List of streams scheduled */
struct list_head rr_list;
/* The next stream stream in line */
/* The next stream in line */
struct sctp_stream_out_ext *rr_next;
};
};
Expand Down Expand Up @@ -1770,7 +1770,7 @@ struct sctp_association {
int max_burst;

/* 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.
*/
int max_retrans;
Expand Down

0 comments on commit d86f986

Please sign in to comment.