sctp: fix typo sctp_ulpevent_nofity_peer_addr_change
change typo in function name "nofity" to "notify" sctp_ulpevent_nofity_peer_addr_change -> sctp_ulpevent_notify_peer_addr_change Signed-off-by: Jonas Falkevik <jonas.falkevik@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
b3ae2459f8
commit
50ce4c099b
@@ -336,7 +336,7 @@ fail:
|
||||
return NULL;
|
||||
}
|
||||
|
||||
void sctp_ulpevent_nofity_peer_addr_change(struct sctp_transport *transport,
|
||||
void sctp_ulpevent_notify_peer_addr_change(struct sctp_transport *transport,
|
||||
int state, int error)
|
||||
{
|
||||
struct sctp_association *asoc = transport->asoc;
|
||||
|
||||
Reference in New Issue
Block a user