Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Jesse Brandeburg and committed by
Andrew Morton
b8c7dd15 2d87af06

+13 -10
+1 -1
drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c
··· 340 340 * Without a 1:1 association between relocation handles and 341 341 * the execobject[] index, we instead create a hashtable. 342 342 * We size it dynamically based on available memory, starting 343 - * first with 1:1 assocative hash and scaling back until 343 + * first with 1:1 associative hash and scaling back until 344 344 * the allocation succeeds. 345 345 * 346 346 * Later on we use a positive lut_size to indicate we are
+1 -1
drivers/net/wireless/ti/wl1251/acx.h
··· 229 229 * === ========== 230 230 * 31:12 Reserved - Always equal to 0. 231 231 * 11 Association - When set, the WiLink receives all association 232 - * related frames (association request/response, reassocation 232 + * related frames (association request/response, reassociation 233 233 * request/response, and disassociation). When clear, these frames 234 234 * are discarded. 235 235 * 10 Auth/De auth - When set, the WiLink receives all authentication
+1 -1
drivers/scsi/qedf/qedf_main.c
··· 2286 2286 * on. 2287 2287 */ 2288 2288 if (!io_req) 2289 - /* If there is not io_req assocated with this CQE 2289 + /* If there is not io_req associated with this CQE 2290 2290 * just queue it on CPU 0 2291 2291 */ 2292 2292 cpu = 0;
+1 -1
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c
··· 979 979 left = pkt_len - (sizeof(struct ieee80211_hdr_3addr) + ie_offset); 980 980 pos = pframe + (sizeof(struct ieee80211_hdr_3addr) + ie_offset); 981 981 982 - /* check if this stat has been successfully authenticated/assocated */ 982 + /* check if this stat has been successfully authenticated/associated */ 983 983 if (!((pstat->state) & WIFI_FW_AUTH_SUCCESS)) { 984 984 if (!((pstat->state) & WIFI_FW_ASSOC_SUCCESS)) { 985 985 status = WLAN_REASON_CLASS2_FRAME_FROM_NONAUTH_STA;
+1 -1
drivers/staging/rtl8723bs/core/rtw_pwrctrl.c
··· 452 452 if (hal_btcoex_IsBtControlLps(padapter)) 453 453 return; 454 454 455 - /* Skip lps enter request if number of assocated adapters is not 1 */ 455 + /* Skip lps enter request if number of associated adapters is not 1 */ 456 456 if (check_fwstate(&(dvobj->padapters->mlmepriv), WIFI_ASOC_STATE)) 457 457 n_assoc_iface++; 458 458 if (n_assoc_iface != 1)
+1 -1
include/linux/nvme-fc-driver.h
··· 620 620 * 621 621 * Structure used between LLDD and nvmet-fc layer to represent the exchange 622 622 * context for a FC-NVME FCP I/O operation (e.g. a nvme sqe, the sqe-related 623 - * memory transfers, and its assocated cqe transfer). 623 + * memory transfers, and its associated cqe transfer). 624 624 * 625 625 * The structure is allocated by the LLDD whenever a FCP CMD IU is received 626 626 * from the FC link. The address of the structure is passed to the nvmet-fc
+2 -2
include/linux/soc/apple/rtkit.h
··· 69 69 * Initializes the internal state required to handle RTKit. This 70 70 * should usually be called within _probe. 71 71 * 72 - * @dev: Pointer to the device node this coprocessor is assocated with 72 + * @dev: Pointer to the device node this coprocessor is associated with 73 73 * @cookie: opaque cookie passed to all functions defined in rtkit_ops 74 74 * @mbox_name: mailbox name used to communicate with the co-processor 75 75 * @mbox_idx: mailbox index to be used if mbox_name is NULL ··· 83 83 * Non-devm version of devm_apple_rtkit_init. Must be freed with 84 84 * apple_rtkit_free. 85 85 * 86 - * @dev: Pointer to the device node this coprocessor is assocated with 86 + * @dev: Pointer to the device node this coprocessor is associated with 87 87 * @cookie: opaque cookie passed to all functions defined in rtkit_ops 88 88 * @mbox_name: mailbox name used to communicate with the co-processor 89 89 * @mbox_idx: mailbox index to be used if mbox_name is NULL
+1 -1
net/netfilter/nf_conntrack_core.c
··· 1090 1090 * A conntrack entry can be inserted to the connection tracking table 1091 1091 * if there is no existing entry with an identical tuple. 1092 1092 * 1093 - * If there is one, @skb (and the assocated, unconfirmed conntrack) has 1093 + * If there is one, @skb (and the associated, unconfirmed conntrack) has 1094 1094 * to be dropped. In case @skb is retransmitted, next conntrack lookup 1095 1095 * will find the already-existing entry. 1096 1096 *
+1 -1
net/tipc/socket.c
··· 657 657 } 658 658 659 659 /** 660 - * __tipc_bind - associate or disassocate TIPC name(s) with a socket 660 + * __tipc_bind - associate or disassociate TIPC name(s) with a socket 661 661 * @sock: socket structure 662 662 * @skaddr: socket address describing name(s) and desired operation 663 663 * @alen: size of socket address data structure
+3
scripts/spelling.txt
··· 176 176 assigments||assignments 177 177 assistent||assistant 178 178 assocaited||associated 179 + assocated||associated 179 180 assocating||associating 180 181 assocation||association 182 + assocative||associative 181 183 associcated||associated 182 184 assotiated||associated 183 185 asssert||assert ··· 545 543 direectly||directly 546 544 diregard||disregard 547 545 disassocation||disassociation 546 + disassocative||disassociative 548 547 disapear||disappear 549 548 disapeared||disappeared 550 549 disappared||disappeared