Skip to content

Commit b595076

Browse files
Uwe Kleine-KönigJiri Kosina
authored andcommitted
tree-wide: fix comment/printk typos
"gadget", "through", "command", "maintain", "maintain", "controller", "address", "between", "initiali[zs]e", "instead", "function", "select", "already", "equal", "access", "management", "hierarchy", "registration", "interest", "relative", "memory", "offset", "already", Signed-off-by: Uwe Kleine-König <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 6aaccec commit b595076

File tree

207 files changed

+261
-261
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

207 files changed

+261
-261
lines changed

Documentation/DocBook/mtdnand.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ static void board_hwcontrol(struct mtd_info *mtd, int cmd)
250250
<title>Device ready function</title>
251251
<para>
252252
If the hardware interface has the ready busy pin of the NAND chip connected to a
253-
GPIO or other accesible I/O pin, this function is used to read back the state of the
253+
GPIO or other accessible I/O pin, this function is used to read back the state of the
254254
pin. The function has no arguments and should return 0, if the device is busy (R/B pin
255255
is low) and 1, if the device is ready (R/B pin is high).
256256
If the hardware interface does not give access to the ready busy pin, then

Documentation/cgroups/cgroup_event_listener.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ int main(int argc, char **argv)
9191

9292
if (ret == -1) {
9393
perror("cgroup.event_control "
94-
"is not accessable any more");
94+
"is not accessible any more");
9595
break;
9696
}
9797

Documentation/cgroups/memcg_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ Under below explanation, we assume CONFIG_MEM_RES_CTRL_SWAP=y.
398398
written to move_charge_at_immigrate.
399399

400400
9.10 Memory thresholds
401-
Memory controler implements memory thresholds using cgroups notification
401+
Memory controller implements memory thresholds using cgroups notification
402402
API. You can use Documentation/cgroups/cgroup_event_listener.c to test
403403
it.
404404

Documentation/kprobes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ a 5-byte jump instruction. So there are several limitations.
598598
a) The instructions in DCR must be relocatable.
599599
b) The instructions in DCR must not include a call instruction.
600600
c) JTPR must not be targeted by any jump or call instruction.
601-
d) DCR must not straddle the border betweeen functions.
601+
d) DCR must not straddle the border between functions.
602602

603603
Anyway, these limitations are checked by the in-kernel instruction
604604
decoder, so you don't need to worry about that.

Documentation/kvm/api.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ Possible values are:
874874
- KVM_MP_STATE_HALTED: the vcpu has executed a HLT instruction and
875875
is waiting for an interrupt
876876
- KVM_MP_STATE_SIPI_RECEIVED: the vcpu has just received a SIPI (vector
877-
accesible via KVM_GET_VCPU_EVENTS)
877+
accessible via KVM_GET_VCPU_EVENTS)
878878

879879
This ioctl is only useful after KVM_CREATE_IRQCHIP. Without an in-kernel
880880
irqchip, the multiprocessing state must be maintained by userspace.

Documentation/networking/caif/spi_porting.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ the physical hardware, both with regard to SPI and to GPIOs.
3232
This function is called by the CAIF SPI interface to give
3333
you a chance to set up your hardware to be ready to receive
3434
a stream of data from the master. The xfer structure contains
35-
both physical and logical adresses, as well as the total length
35+
both physical and logical addresses, as well as the total length
3636
of the transfer in both directions.The dev parameter can be used
3737
to map to different CAIF SPI slave devices.
3838

Documentation/powerpc/booting-without-of.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1098,7 +1098,7 @@ supported currently at the toplevel.
10981098
* an arbitrary array of bytes
10991099
*/
11001100

1101-
childnode@addresss { /* define a child node named "childnode"
1101+
childnode@address { /* define a child node named "childnode"
11021102
* whose unit name is "childnode at
11031103
* address"
11041104
*/

Documentation/scsi/ChangeLog.lpfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ Changes from 20041018 to 20041123
573573
* Backround nodev_timeout processing to DPC This enables us to
574574
unblock (stop dev_loss_tmo) when appopriate.
575575
* Fix array discovery with multiple luns. The max_luns was 0 at
576-
the time the host structure was intialized. lpfc_cfg_params
576+
the time the host structure was initialized. lpfc_cfg_params
577577
then set the max_luns to the correct value afterwards.
578578
* Remove unused define LPFC_MAX_LUN and set the default value of
579579
lpfc_max_lun parameter to 512.

Documentation/timers/timer_stats.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Linux system over a sample period:
1919

2020
- the pid of the task(process) which initialized the timer
2121
- the name of the process which initialized the timer
22-
- the function where the timer was intialized
22+
- the function where the timer was initialized
2323
- the callback function which is associated to the timer
2424
- the number of events (callbacks)
2525

arch/arm/common/it8152.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ static struct resource it8152_mem = {
236236

237237
/*
238238
* The following functions are needed for DMA bouncing.
239-
* ITE8152 chip can addrees up to 64MByte, so all the devices
239+
* ITE8152 chip can address up to 64MByte, so all the devices
240240
* connected to ITE8152 (PCI and USB) should have limited DMA window
241241
*/
242242

0 commit comments

Comments
 (0)