mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08: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:
parent
2d87af0666
commit
b8c7dd15ce
@ -340,7 +340,7 @@ static int eb_create(struct i915_execbuffer *eb)
|
|||||||
* Without a 1:1 association between relocation handles and
|
* Without a 1:1 association between relocation handles and
|
||||||
* the execobject[] index, we instead create a hashtable.
|
* the execobject[] index, we instead create a hashtable.
|
||||||
* We size it dynamically based on available memory, starting
|
* We size it dynamically based on available memory, starting
|
||||||
* first with 1:1 assocative hash and scaling back until
|
* first with 1:1 associative hash and scaling back until
|
||||||
* the allocation succeeds.
|
* the allocation succeeds.
|
||||||
*
|
*
|
||||||
* Later on we use a positive lut_size to indicate we are
|
* Later on we use a positive lut_size to indicate we are
|
||||||
|
@ -229,7 +229,7 @@ struct acx_rx_msdu_lifetime {
|
|||||||
* === ==========
|
* === ==========
|
||||||
* 31:12 Reserved - Always equal to 0.
|
* 31:12 Reserved - Always equal to 0.
|
||||||
* 11 Association - When set, the WiLink receives all association
|
* 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
|
* request/response, and disassociation). When clear, these frames
|
||||||
* are discarded.
|
* are discarded.
|
||||||
* 10 Auth/De auth - When set, the WiLink receives all authentication
|
* 10 Auth/De auth - When set, the WiLink receives all authentication
|
||||||
|
@ -2286,7 +2286,7 @@ static bool qedf_process_completions(struct qedf_fastpath *fp)
|
|||||||
* on.
|
* on.
|
||||||
*/
|
*/
|
||||||
if (!io_req)
|
if (!io_req)
|
||||||
/* If there is not io_req assocated with this CQE
|
/* If there is not io_req associated with this CQE
|
||||||
* just queue it on CPU 0
|
* just queue it on CPU 0
|
||||||
*/
|
*/
|
||||||
cpu = 0;
|
cpu = 0;
|
||||||
|
@ -979,7 +979,7 @@ unsigned int OnAssocReq(struct adapter *padapter, union recv_frame *precv_frame)
|
|||||||
left = pkt_len - (sizeof(struct ieee80211_hdr_3addr) + ie_offset);
|
left = pkt_len - (sizeof(struct ieee80211_hdr_3addr) + ie_offset);
|
||||||
pos = pframe + (sizeof(struct ieee80211_hdr_3addr) + ie_offset);
|
pos = pframe + (sizeof(struct ieee80211_hdr_3addr) + ie_offset);
|
||||||
|
|
||||||
/* check if this stat has been successfully authenticated/assocated */
|
/* check if this stat has been successfully authenticated/associated */
|
||||||
if (!((pstat->state) & WIFI_FW_AUTH_SUCCESS)) {
|
if (!((pstat->state) & WIFI_FW_AUTH_SUCCESS)) {
|
||||||
if (!((pstat->state) & WIFI_FW_ASSOC_SUCCESS)) {
|
if (!((pstat->state) & WIFI_FW_ASSOC_SUCCESS)) {
|
||||||
status = WLAN_REASON_CLASS2_FRAME_FROM_NONAUTH_STA;
|
status = WLAN_REASON_CLASS2_FRAME_FROM_NONAUTH_STA;
|
||||||
|
@ -452,7 +452,7 @@ void LPS_Enter(struct adapter *padapter, const char *msg)
|
|||||||
if (hal_btcoex_IsBtControlLps(padapter))
|
if (hal_btcoex_IsBtControlLps(padapter))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
/* Skip lps enter request if number of assocated adapters is not 1 */
|
/* Skip lps enter request if number of associated adapters is not 1 */
|
||||||
if (check_fwstate(&(dvobj->padapters->mlmepriv), WIFI_ASOC_STATE))
|
if (check_fwstate(&(dvobj->padapters->mlmepriv), WIFI_ASOC_STATE))
|
||||||
n_assoc_iface++;
|
n_assoc_iface++;
|
||||||
if (n_assoc_iface != 1)
|
if (n_assoc_iface != 1)
|
||||||
|
@ -620,7 +620,7 @@ enum {
|
|||||||
*
|
*
|
||||||
* Structure used between LLDD and nvmet-fc layer to represent the exchange
|
* Structure used between LLDD and nvmet-fc layer to represent the exchange
|
||||||
* context for a FC-NVME FCP I/O operation (e.g. a nvme sqe, the sqe-related
|
* context for a FC-NVME FCP I/O operation (e.g. a nvme sqe, the sqe-related
|
||||||
* memory transfers, and its assocated cqe transfer).
|
* memory transfers, and its associated cqe transfer).
|
||||||
*
|
*
|
||||||
* The structure is allocated by the LLDD whenever a FCP CMD IU is received
|
* The structure is allocated by the LLDD whenever a FCP CMD IU is received
|
||||||
* from the FC link. The address of the structure is passed to the nvmet-fc
|
* from the FC link. The address of the structure is passed to the nvmet-fc
|
||||||
|
@ -69,7 +69,7 @@ struct apple_rtkit;
|
|||||||
* Initializes the internal state required to handle RTKit. This
|
* Initializes the internal state required to handle RTKit. This
|
||||||
* should usually be called within _probe.
|
* should usually be called within _probe.
|
||||||
*
|
*
|
||||||
* @dev: Pointer to the device node this coprocessor is assocated with
|
* @dev: Pointer to the device node this coprocessor is associated with
|
||||||
* @cookie: opaque cookie passed to all functions defined in rtkit_ops
|
* @cookie: opaque cookie passed to all functions defined in rtkit_ops
|
||||||
* @mbox_name: mailbox name used to communicate with the co-processor
|
* @mbox_name: mailbox name used to communicate with the co-processor
|
||||||
* @mbox_idx: mailbox index to be used if mbox_name is NULL
|
* @mbox_idx: mailbox index to be used if mbox_name is NULL
|
||||||
@ -83,7 +83,7 @@ struct apple_rtkit *devm_apple_rtkit_init(struct device *dev, void *cookie,
|
|||||||
* Non-devm version of devm_apple_rtkit_init. Must be freed with
|
* Non-devm version of devm_apple_rtkit_init. Must be freed with
|
||||||
* apple_rtkit_free.
|
* apple_rtkit_free.
|
||||||
*
|
*
|
||||||
* @dev: Pointer to the device node this coprocessor is assocated with
|
* @dev: Pointer to the device node this coprocessor is associated with
|
||||||
* @cookie: opaque cookie passed to all functions defined in rtkit_ops
|
* @cookie: opaque cookie passed to all functions defined in rtkit_ops
|
||||||
* @mbox_name: mailbox name used to communicate with the co-processor
|
* @mbox_name: mailbox name used to communicate with the co-processor
|
||||||
* @mbox_idx: mailbox index to be used if mbox_name is NULL
|
* @mbox_idx: mailbox index to be used if mbox_name is NULL
|
||||||
|
@ -1090,7 +1090,7 @@ static int nf_ct_resolve_clash_harder(struct sk_buff *skb, u32 repl_idx)
|
|||||||
* A conntrack entry can be inserted to the connection tracking table
|
* A conntrack entry can be inserted to the connection tracking table
|
||||||
* if there is no existing entry with an identical tuple.
|
* if there is no existing entry with an identical tuple.
|
||||||
*
|
*
|
||||||
* If there is one, @skb (and the assocated, unconfirmed conntrack) has
|
* If there is one, @skb (and the associated, unconfirmed conntrack) has
|
||||||
* to be dropped. In case @skb is retransmitted, next conntrack lookup
|
* to be dropped. In case @skb is retransmitted, next conntrack lookup
|
||||||
* will find the already-existing entry.
|
* will find the already-existing entry.
|
||||||
*
|
*
|
||||||
|
@ -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
|
* @sock: socket structure
|
||||||
* @skaddr: socket address describing name(s) and desired operation
|
* @skaddr: socket address describing name(s) and desired operation
|
||||||
* @alen: size of socket address data structure
|
* @alen: size of socket address data structure
|
||||||
|
@ -176,8 +176,10 @@ assigment||assignment
|
|||||||
assigments||assignments
|
assigments||assignments
|
||||||
assistent||assistant
|
assistent||assistant
|
||||||
assocaited||associated
|
assocaited||associated
|
||||||
|
assocated||associated
|
||||||
assocating||associating
|
assocating||associating
|
||||||
assocation||association
|
assocation||association
|
||||||
|
assocative||associative
|
||||||
associcated||associated
|
associcated||associated
|
||||||
assotiated||associated
|
assotiated||associated
|
||||||
asssert||assert
|
asssert||assert
|
||||||
@ -543,6 +545,7 @@ direcly||directly
|
|||||||
direectly||directly
|
direectly||directly
|
||||||
diregard||disregard
|
diregard||disregard
|
||||||
disassocation||disassociation
|
disassocation||disassociation
|
||||||
|
disassocative||disassociative
|
||||||
disapear||disappear
|
disapear||disappear
|
||||||
disapeared||disappeared
|
disapeared||disappeared
|
||||||
disappared||disappeared
|
disappared||disappeared
|
||||||
|
Loading…
Reference in New Issue
Block a user