#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) \
 
        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;
 };
                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;
                };
        };
        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;