Skip to content

Commit 635ac02

Browse files
author
Fox Snowpatch
committed
1 parent bc67cde commit 635ac02

File tree

7 files changed

+7
-6
lines changed

7 files changed

+7
-6
lines changed

arch/powerpc/kvm/book3s_hv.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4957,7 +4957,7 @@ int kvmhv_run_single_vcpu(struct kvm_vcpu *vcpu, u64 time_limit,
49574957
* states are synchronized from L0 to L1. L1 needs to inform L0 about
49584958
* MER=1 only when there are pending external interrupts.
49594959
* 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
49614961
* here as otherwise it may generate spurious interrupts in L2 KVM
49624962
* causing an endless loop, which results in L2 guest getting hung.
49634963
*/

drivers/infiniband/hw/hfi1/iowait.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ struct iowait_work {
9292
*
9393
* The lock field is used by waiters to record
9494
* the seqlock_t that guards the list head.
95-
* Waiters explicity know that, but the destroy
95+
* Waiters explicitly know that, but the destroy
9696
* code that unwaits QPs does not.
9797
*/
9898
struct iowait {

drivers/infiniband/hw/usnic/usnic_abi.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ struct usnic_ib_create_qp_resp {
7272
u64 bar_bus_addr;
7373
u32 bar_len;
7474
/*
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
7676
* expands the scope of ABI to many files.
7777
*/
7878
u32 wq_cnt;

drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1810,7 +1810,7 @@ void brcmf_fws_rxreorder(struct brcmf_if *ifp, struct sk_buff *pkt)
18101810
rfi->cur_idx = cur_idx;
18111811
}
18121812
} else {
1813-
/* explicity window move updating the expected index */
1813+
/* explicitly window move updating the expected index */
18141814
exp_idx = reorder_data[BRCMF_RXREORDER_EXPIDX_OFFSET];
18151815

18161816
brcmf_dbg(DATA, "flow-%d (0x%x): change expected: %d -> %d\n",

drivers/scsi/cxlflash/superpipe.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,7 @@ static int cxlflash_disk_detach(struct scsi_device *sdev, void *detach)
966966
*
967967
* This routine is the release handler for the fops registered with
968968
* 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
970970
* down) is performed on the adapter file descriptor returned to the
971971
* user. The user should be aware that explicitly performing a close
972972
* considered catastrophic and subsequent usage of the superpipe API

scripts/spelling.txt

+1
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,7 @@ exmaple||example
669669
expecially||especially
670670
experies||expires
671671
explicite||explicit
672+
explicity||explicitly
672673
explicitely||explicitly
673674
explict||explicit
674675
explictely||explicitly

tools/testing/selftests/pidfd/pidfd_test.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ static int child_poll_leader_exit_test(void *args)
497497
pthread_create(&t2, NULL, test_pidfd_poll_leader_exit_thread, NULL);
498498

499499
/*
500-
* glibc exit calls exit_group syscall, so explicity call exit only
500+
* glibc exit calls exit_group syscall, so explicitly call exit only
501501
* so that only the group leader exits, leaving the threads alone.
502502
*/
503503
*child_exit_secs = time(NULL);

0 commit comments

Comments
 (0)