mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-12-28 16:56:26 +00:00
sctp: Spelling s/preceeding/preceding/g
Fix a misspelling of "preceding". Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Simon Horman <horms@kernel.org> Link: https://lore.kernel.org/r/663b14d07d6d716ddc34482834d6b65a2f714cfb.1695903447.git.geert+renesas@glider.be Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
24a0fbf48c
commit
2b464cc2fd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user