diff options
author | Jesse Brandeburg <jesse.brandeburg@intel.com> | 2024-06-11 17:12:22 -0700 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2024-06-28 19:36:28 -0700 |
commit | b8c7dd15ceb87e5f37ec1ed7b56c279d98f3eb53 (patch) | |
tree | 9ac46afa858b91fe11c9c4fd6780a18a90843cc8 /drivers/net/wireless/ti/wl1251/acx.h | |
parent | 2d87af0666d0b5838e3e3e6430c6498df8bf6ad5 (diff) | |
download | lwn-b8c7dd15ceb87e5f37ec1ed7b56c279d98f3eb53.tar.gz lwn-b8c7dd15ceb87e5f37ec1ed7b56c279d98f3eb53.zip |
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>
Diffstat (limited to 'drivers/net/wireless/ti/wl1251/acx.h')
-rw-r--r-- | drivers/net/wireless/ti/wl1251/acx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ti/wl1251/acx.h b/drivers/net/wireless/ti/wl1251/acx.h index 1da6ab664e41..af5ec7f12231 100644 --- a/drivers/net/wireless/ti/wl1251/acx.h +++ b/drivers/net/wireless/ti/wl1251/acx.h @@ -229,7 +229,7 @@ struct acx_rx_msdu_lifetime { * === ========== * 31:12 Reserved - Always equal to 0. * 11 Association - When set, the WiLink receives all association - * related frames (association request/response, reassocation + * related frames (association request/response, reassociation * request/response, and disassociation). When clear, these frames * are discarded. * 10 Auth/De auth - When set, the WiLink receives all authentication |