Commit fb2a8dcd authored by David S. Miller's avatar David S. Miller

net/sctp/sctp_protocol.c: Fix typo from cleanups.

parent c8885cbb
...@@ -200,7 +200,7 @@ static void sctp_get_local_addr_list(sctp_protocol_t *proto) ...@@ -200,7 +200,7 @@ static void sctp_get_local_addr_list(sctp_protocol_t *proto)
/* Free the existing local addresses. */ /* Free the existing local addresses. */
static void __sctp_free_local_addr_list(sctp_protocol_t *proto) static void __sctp_free_local_addr_list(sctp_protocol_t *proto)
{ {
astruct sockaddr_storage_list *addr; struct sockaddr_storage_list *addr;
list_t *pos, *temp; list_t *pos, *temp;
list_for_each_safe(pos, temp, &proto->local_addr_list) { list_for_each_safe(pos, temp, &proto->local_addr_list) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment