diff options
Diffstat (limited to 'net/sctp/ulpqueue.c')
-rw-r--r-- | net/sctp/ulpqueue.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/sctp/ulpqueue.c b/net/sctp/ulpqueue.c index 0fa4d4d4df17..34eb977a204d 100644 --- a/net/sctp/ulpqueue.c +++ b/net/sctp/ulpqueue.c | |||
@@ -391,7 +391,7 @@ static struct sctp_ulpevent *sctp_make_reassembled_event(struct sk_buff_head *qu | |||
391 | break; | 391 | break; |
392 | pos->next = pnext; | 392 | pos->next = pnext; |
393 | pos = pnext; | 393 | pos = pnext; |
394 | }; | 394 | } |
395 | 395 | ||
396 | event = sctp_skb2event(f_frag); | 396 | event = sctp_skb2event(f_frag); |
397 | SCTP_INC_STATS(SCTP_MIB_REASMUSRMSGS); | 397 | SCTP_INC_STATS(SCTP_MIB_REASMUSRMSGS); |
@@ -476,7 +476,7 @@ static inline struct sctp_ulpevent *sctp_ulpq_retrieve_reassembled(struct sctp_u | |||
476 | else | 476 | else |
477 | first_frag = NULL; | 477 | first_frag = NULL; |
478 | break; | 478 | break; |
479 | }; | 479 | } |
480 | } | 480 | } |
481 | 481 | ||
482 | asoc = ulpq->asoc; | 482 | asoc = ulpq->asoc; |
@@ -556,7 +556,7 @@ static inline struct sctp_ulpevent *sctp_ulpq_retrieve_partial(struct sctp_ulpq | |||
556 | goto done; | 556 | goto done; |
557 | default: | 557 | default: |
558 | return NULL; | 558 | return NULL; |
559 | }; | 559 | } |
560 | } | 560 | } |
561 | 561 | ||
562 | /* We have the reassembled event. There is no need to look | 562 | /* We have the reassembled event. There is no need to look |
@@ -648,7 +648,7 @@ static inline struct sctp_ulpevent *sctp_ulpq_retrieve_first(struct sctp_ulpq *u | |||
648 | break; | 648 | break; |
649 | default: | 649 | default: |
650 | return NULL; | 650 | return NULL; |
651 | }; | 651 | } |
652 | } | 652 | } |
653 | 653 | ||
654 | /* We have the reassembled event. There is no need to look | 654 | /* We have the reassembled event. There is no need to look |