diff options
Diffstat (limited to 'net/sctp/ulpevent.c')
| -rw-r--r-- | net/sctp/ulpevent.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/ulpevent.c b/net/sctp/ulpevent.c index a015283a908..e255a709f1b 100644 --- a/net/sctp/ulpevent.c +++ b/net/sctp/ulpevent.c @@ -351,7 +351,7 @@ struct sctp_ulpevent *sctp_ulpevent_make_remote_error(  	struct sctp_remote_error *sre;  	struct sk_buff *skb;  	sctp_errhdr_t *ch; -	__u16 cause; +	__be16 cause;  	int elen;  	ch = (sctp_errhdr_t *)(chunk->skb->data);  |