Skip to content

Commit 5756599

Browse files
NicolasDichteldavem330
authored andcommitted
sctp: fix a typo in prototype of __sctp_rcv_lookup()
Just to avoid confusion when people only reads this prototype. Signed-off-by: Nicolas Dichtel <[email protected]> Acked-by: Vlad Yasevich <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent e7b565e commit 5756599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/sctp/input.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
static int sctp_rcv_ootb(struct sk_buff *);
6969
static struct sctp_association *__sctp_rcv_lookup(struct net *net,
7070
struct sk_buff *skb,
71-
const union sctp_addr *laddr,
7271
const union sctp_addr *paddr,
72+
const union sctp_addr *laddr,
7373
struct sctp_transport **transportp);
7474
static struct sctp_endpoint *__sctp_rcv_lookup_endpoint(struct net *net,
7575
const union sctp_addr *laddr);

0 commit comments

Comments
 (0)