diff options
Diffstat (limited to 'net/sctp/ipv6.c')
-rw-r--r-- | net/sctp/ipv6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/ipv6.c b/net/sctp/ipv6.c index 5b0cdda4b449..ca527a27dd05 100644 --- a/net/sctp/ipv6.c +++ b/net/sctp/ipv6.c | |||
@@ -604,7 +604,7 @@ static sctp_scope_t sctp_v6_scope(union sctp_addr *addr) | |||
604 | default: | 604 | default: |
605 | retval = SCTP_SCOPE_GLOBAL; | 605 | retval = SCTP_SCOPE_GLOBAL; |
606 | break; | 606 | break; |
607 | }; | 607 | } |
608 | 608 | ||
609 | return retval; | 609 | return retval; |
610 | } | 610 | } |