mirror of
https://github.com/torvalds/linux.git
synced 2026-05-05 15:02:40 -04:00
kernel-wide: add explicity||explicitly to spelling.txt
Correct the spelling dictionary so that future instances will be caught by checkpatch, and fix the instances found. Link: https://lkml.kernel.org/r/20241211154903.47027-1-cvam0000@gmail.com Signed-off-by: Shivam Chaudhary <cvam0000@gmail.com> Cc: Al Viro <viro@zeniv.linux.org.uk> Cc: Christophe Leroy <christophe.leroy@csgroup.eu> Cc: Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com> Cc: Jason Gunthorpe <jgg@ziepe.ca> Cc: Leon Romanovsky <leon@kernel.org> Cc: Madhavan Srinivasan <maddy@linux.ibm.com> Cc: Michael Ellerman <mpe@ellerman.id.au> Cc: Naveen N Rao <naveen@kernel.org> Cc: Nicholas Piggin <npiggin@gmail.com> Cc: Shivam Chaudhary <cvam0000@gmail.com> Cc: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
committed by
Andrew Morton
parent
9be53fe697
commit
93b6bd4068
@@ -1810,7 +1810,7 @@ void brcmf_fws_rxreorder(struct brcmf_if *ifp, struct sk_buff *pkt)
|
||||
rfi->cur_idx = cur_idx;
|
||||
}
|
||||
} else {
|
||||
/* explicity window move updating the expected index */
|
||||
/* explicitly window move updating the expected index */
|
||||
exp_idx = reorder_data[BRCMF_RXREORDER_EXPIDX_OFFSET];
|
||||
|
||||
brcmf_dbg(DATA, "flow-%d (0x%x): change expected: %d -> %d\n",
|
||||
|
||||
Reference in New Issue
Block a user