Skip to content

Commit 56f2399

Browse files
1nv0k32Jonathan Corbet
authored andcommitted
Documentation: typo fixes
Fixed some spelling issues in documentations. Signed-off-by: Armin Mahdilou <[email protected]> Acked-by: Randy Dunlap <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent eb0c714 commit 56f2399

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Documentation/ABI/testing/configfs-usb-gadget-midi2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Description:
4747
midi1_first_group The first UMP Group number for MIDI 1.0 (0-15)
4848
midi1_num_groups The number of groups for MIDI 1.0 (0-16)
4949
ui_hint 0: unknown, 1: receiver, 2: sender, 3: both
50-
midi_ci_verison Supported MIDI-CI version number (8 bit)
50+
midi_ci_version Supported MIDI-CI version number (8 bit)
5151
is_midi1 Legacy MIDI 1.0 device (0, 1 or 2)
5252
sysex8_streams Max number of SysEx8 streams (8 bit)
5353
active Active FB flag (0 or 1)

Documentation/input/devices/elantech.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ Note on debounce:
556556
In case the box has unstable power supply or other electricity issues, or
557557
when number of finger changes, F/W would send "debounce packet" to inform
558558
driver that the hardware is in debounce status.
559-
The debouce packet has the following signature::
559+
The debounce packet has the following signature::
560560

561561
byte 0: 0xc4
562562
byte 1: 0xff

Documentation/nvme/nvme-pci-endpoint-target.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ configurable through configfs before starting the controller. To avoid issues
8686
with excessive local memory usage for executing commands, MDTS defaults to 512
8787
KB and is limited to a maximum of 2 MB (arbitrary limit).
8888

89-
Mimimum number of PCI Address Mapping Windows Required
89+
Minimum number of PCI Address Mapping Windows Required
9090
------------------------------------------------------
9191

9292
Most PCI endpoint controllers provide a limited number of mapping windows for

Documentation/sound/soc/machine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ In the above struct, dai’s are registered using names but you can pass
7575
either dai name or device tree node but not both. Also, names used here
7676
for cpu/codec/platform dais should be globally unique.
7777

78-
Additionaly below example macro can be used to register cpu, codec and
78+
Additionally below example macro can be used to register cpu, codec and
7979
platform dai::
8080

8181
SND_SOC_DAILINK_DEFS(wm2200_cpu_dsp,

Documentation/usb/gadget-testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ Its attributes are:
10501050
midi1_num_groups The number of groups for MIDI 1.0 (0-16)
10511051
ui_hint UI-hint of this FB
10521052
0: unknown, 1: receiver, 2: sender, 3: both
1053-
midi_ci_verison Supported MIDI-CI version number (8 bit)
1053+
midi_ci_version Supported MIDI-CI version number (8 bit)
10541054
is_midi1 Legacy MIDI 1.0 device (0-2)
10551055
0: MIDI 2.0 device,
10561056
1: MIDI 1.0 without restriction, or

0 commit comments

Comments
 (0)