mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
kernel-wide: fix spelling mistakes like "assocative" -> "associative"
There were several instances of the string "assocat" in the kernel, which should have been spelled "associat", with the various endings of -ive, -ed, -ion, and sometimes beginnging with dis-. Add to the spelling dictionary the corrections so that future instances will be caught by checkpatch, and fix the instances found. Originally noticed by accident with a 'git grep socat'. Link: https://lkml.kernel.org/r/20240612001247.356867-1-jesse.brandeburg@intel.com Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Cc: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
committed by
Andrew Morton
parent
2d87af0666
commit
b8c7dd15ce
@@ -657,7 +657,7 @@ static int tipc_release(struct socket *sock)
|
||||
}
|
||||
|
||||
/**
|
||||
* __tipc_bind - associate or disassocate TIPC name(s) with a socket
|
||||
* __tipc_bind - associate or disassociate TIPC name(s) with a socket
|
||||
* @sock: socket structure
|
||||
* @skaddr: socket address describing name(s) and desired operation
|
||||
* @alen: size of socket address data structure
|
||||
|
||||
Reference in New Issue
Block a user