kernel-wide: add explicity||explicitly to spelling.txt
authorShivam Chaudhary <cvam0000@gmail.com>
Wed, 11 Dec 2024 15:49:03 +0000 (21:19 +0530)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 13 Jan 2025 04:21:06 +0000 (20:21 -0800)
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>
arch/powerpc/kvm/book3s_hv.c
drivers/infiniband/hw/hfi1/iowait.h
drivers/infiniband/hw/usnic/usnic_abi.h
drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c
drivers/scsi/cxlflash/superpipe.c
scripts/spelling.txt
tools/testing/selftests/pidfd/pidfd_test.c

index 25429905ae90f31d4932d4e8d5506d6bb636f576..86bff159c51e3d1d465feb8d8e013b7503341bef 100644 (file)
@@ -4957,7 +4957,7 @@ int kvmhv_run_single_vcpu(struct kvm_vcpu *vcpu, u64 time_limit,
                         * states are synchronized from L0 to L1. L1 needs to inform L0 about
                         * MER=1 only when there are pending external interrupts.
                         * In the above if check, MER bit is set if there are pending
-                        * external interrupts. Hence, explicity mask off MER bit
+                        * external interrupts. Hence, explicitly mask off MER bit
                         * here as otherwise it may generate spurious interrupts in L2 KVM
                         * causing an endless loop, which results in L2 guest getting hung.
                         */
index 49805a24bb0a82be5debe48f0aee8391586ad0bf..7259f4f557000f5351fd58b1dd05aabd63443eee 100644 (file)
@@ -92,7 +92,7 @@ struct iowait_work {
  *
  * The lock field is used by waiters to record
  * the seqlock_t that guards the list head.
- * Waiters explicity know that, but the destroy
+ * Waiters explicitly know that, but the destroy
  * code that unwaits QPs does not.
  */
 struct iowait {
index 7fe9502ce8d3df43a57b8e7325ecd0aa262949cd..86a82a4da0aa916d082870bed65161bf158bcabc 100644 (file)
@@ -72,7 +72,7 @@ struct usnic_ib_create_qp_resp {
        u64                             bar_bus_addr;
        u32                             bar_len;
 /*
- * WQ, RQ, CQ are explicity specified bc exposing a generic resources inteface
+ * WQ, RQ, CQ are explicitly specified bc exposing a generic resources inteface
  * expands the scope of ABI to many files.
  */
        u32                             wq_cnt;
index 0949e7975ff106593bd98671bd6c6dd6fbb43da1..b70d20128f98fb7a026f92b6d69f9049aa47f7d7 100644 (file)
@@ -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",
index b375509d14709e6f04185a67553581f52d1bd39e..97631f48e19d12a3034c3db9e2711510b84b887e 100644 (file)
@@ -966,7 +966,7 @@ static int cxlflash_disk_detach(struct scsi_device *sdev, void *detach)
  *
  * This routine is the release handler for the fops registered with
  * the CXL services on an initial attach for a context. It is called
- * when a close (explicity by the user or as part of a process tear
+ * when a close (explicitly by the user or as part of a process tear
  * down) is performed on the adapter file descriptor returned to the
  * user. The user should be aware that explicitly performing a close
  * considered catastrophic and subsequent usage of the superpipe API
index 2decc50f5a6ebc0ff14a719f4f321b3d0900f6e7..a290db720b0fb75cd9370982925f1915ea4642f2 100644 (file)
@@ -678,6 +678,7 @@ exmaple||example
 expecially||especially
 experies||expires
 explicite||explicit
+explicity||explicitly
 explicitely||explicitly
 explict||explicit
 explictely||explicitly
index 9faa686f90e437a9b12e1e3417c649f5a3092be9..e9728e86b4f25449ad4390b7242880ca27f08e8a 100644 (file)
@@ -497,7 +497,7 @@ static int child_poll_leader_exit_test(void *args)
        pthread_create(&t2, NULL, test_pidfd_poll_leader_exit_thread, NULL);
 
        /*
-        * glibc exit calls exit_group syscall, so explicity call exit only
+        * glibc exit calls exit_group syscall, so explicitly call exit only
         * so that only the group leader exits, leaving the threads alone.
         */
        *child_exit_secs = time(NULL);