Skip to content

Commit

Permalink
net: sctp: Fix typo in net/sctp
Browse files Browse the repository at this point in the history
Correct spelling typo in net/sctp/socket.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Vlad Yasevich <vyasevich@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
standby24x7 authored and davem330 committed Nov 1, 2012
1 parent c84e159 commit d3e9a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/sctp/socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ SCTP_STATIC int sctp_setsockopt_bindx(struct sock* sk,
void *addr_buf;
struct sctp_af *af;

SCTP_DEBUG_PRINTK("sctp_setsocktopt_bindx: sk %p addrs %p"
SCTP_DEBUG_PRINTK("sctp_setsockopt_bindx: sk %p addrs %p"
" addrs_size %d opt %d\n", sk, addrs, addrs_size, op);

if (unlikely(addrs_size <= 0))
Expand Down

0 comments on commit d3e9a1d

Please sign in to comment.