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: 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>

authored by

Shivam Chaudhary and committed by
Andrew Morton
93b6bd40 9be53fe6

+7 -6
+1 -1
arch/powerpc/kvm/book3s_hv.c
··· 4957 4957 * states are synchronized from L0 to L1. L1 needs to inform L0 about 4958 4958 * MER=1 only when there are pending external interrupts. 4959 4959 * In the above if check, MER bit is set if there are pending 4960 - * external interrupts. Hence, explicity mask off MER bit 4960 + * external interrupts. Hence, explicitly mask off MER bit 4961 4961 * here as otherwise it may generate spurious interrupts in L2 KVM 4962 4962 * causing an endless loop, which results in L2 guest getting hung. 4963 4963 */
+1 -1
drivers/infiniband/hw/hfi1/iowait.h
··· 92 92 * 93 93 * The lock field is used by waiters to record 94 94 * the seqlock_t that guards the list head. 95 - * Waiters explicity know that, but the destroy 95 + * Waiters explicitly know that, but the destroy 96 96 * code that unwaits QPs does not. 97 97 */ 98 98 struct iowait {
+1 -1
drivers/infiniband/hw/usnic/usnic_abi.h
··· 72 72 u64 bar_bus_addr; 73 73 u32 bar_len; 74 74 /* 75 - * WQ, RQ, CQ are explicity specified bc exposing a generic resources inteface 75 + * WQ, RQ, CQ are explicitly specified bc exposing a generic resources inteface 76 76 * expands the scope of ABI to many files. 77 77 */ 78 78 u32 wq_cnt;
+1 -1
drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c
··· 1810 1810 rfi->cur_idx = cur_idx; 1811 1811 } 1812 1812 } else { 1813 - /* explicity window move updating the expected index */ 1813 + /* explicitly window move updating the expected index */ 1814 1814 exp_idx = reorder_data[BRCMF_RXREORDER_EXPIDX_OFFSET]; 1815 1815 1816 1816 brcmf_dbg(DATA, "flow-%d (0x%x): change expected: %d -> %d\n",
+1 -1
drivers/scsi/cxlflash/superpipe.c
··· 966 966 * 967 967 * This routine is the release handler for the fops registered with 968 968 * the CXL services on an initial attach for a context. It is called 969 - * when a close (explicity by the user or as part of a process tear 969 + * when a close (explicitly by the user or as part of a process tear 970 970 * down) is performed on the adapter file descriptor returned to the 971 971 * user. The user should be aware that explicitly performing a close 972 972 * considered catastrophic and subsequent usage of the superpipe API
+1
scripts/spelling.txt
··· 678 678 expecially||especially 679 679 experies||expires 680 680 explicite||explicit 681 + explicity||explicitly 681 682 explicitely||explicitly 682 683 explict||explicit 683 684 explictely||explicitly
+1 -1
tools/testing/selftests/pidfd/pidfd_test.c
··· 497 497 pthread_create(&t2, NULL, test_pidfd_poll_leader_exit_thread, NULL); 498 498 499 499 /* 500 - * glibc exit calls exit_group syscall, so explicity call exit only 500 + * glibc exit calls exit_group syscall, so explicitly call exit only 501 501 * so that only the group leader exits, leaving the threads alone. 502 502 */ 503 503 *child_exit_secs = time(NULL);