diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/sctp/structs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h index 1616a38a0be3..8f6619dbb666 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h | |||
@@ -575,7 +575,7 @@ struct sctp_af { | |||
575 | struct sock *sk); | 575 | struct sock *sk); |
576 | void (*from_addr_param) (union sctp_addr *, | 576 | void (*from_addr_param) (union sctp_addr *, |
577 | union sctp_addr_param *, | 577 | union sctp_addr_param *, |
578 | __u16 port, int iif); | 578 | __be16 port, int iif); |
579 | int (*to_addr_param) (const union sctp_addr *, | 579 | int (*to_addr_param) (const union sctp_addr *, |
580 | union sctp_addr_param *); | 580 | union sctp_addr_param *); |
581 | int (*addr_valid) (union sctp_addr *, | 581 | int (*addr_valid) (union sctp_addr *, |