Commit 2b464cc2 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Jakub Kicinski
Browse files

sctp: Spelling s/preceeding/preceding/g

parent 24a0fbf4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3303,7 +3303,7 @@ struct sctp_chunk *sctp_process_asconf(struct sctp_association *asoc,

	/* Process the TLVs contained within the ASCONF chunk. */
	sctp_walk_params(param, addip) {
		/* Skip preceeding address parameters. */
		/* Skip preceding address parameters. */
		if (param.p->type == SCTP_PARAM_IPV4_ADDRESS ||
		    param.p->type == SCTP_PARAM_IPV6_ADDRESS)
			continue;