Skip to content

Commit da51bbc

Browse files
rbrasgaJonathan Corbet
authored andcommitted
Docs: typos/spelling
Fix spelling and grammar in Docs descriptions Signed-off-by: Remington Brasga <[email protected]> Reviewed-by: Randy Dunlap <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent d43ddd5 commit da51bbc

File tree

16 files changed

+18
-18
lines changed

16 files changed

+18
-18
lines changed

Documentation/admin-guide/hw-vuln/srso.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ and does not want to suffer the performance impact, one can always
135135
disable the mitigation with spec_rstack_overflow=off.
136136

137137
Similarly, 'Mitigation: IBPB' is another full mitigation type employing
138-
an indrect branch prediction barrier after having applied the required
138+
an indirect branch prediction barrier after having applied the required
139139
microcode patch for one's system. This mitigation comes also at
140140
a performance cost.
141141

Documentation/admin-guide/kernel-parameters.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7308,7 +7308,7 @@
73087308
This can be changed after boot by writing to the
73097309
matching /sys/module/workqueue/parameters file. All
73107310
workqueues with the "default" affinity scope will be
7311-
updated accordignly.
7311+
updated accordingly.
73127312

73137313
workqueue.debug_force_rr_cpu
73147314
Workqueue used to implicitly guarantee that work

Documentation/admin-guide/mm/ksm.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ limited by the ``advisor_max_cpu`` parameter. In addition there is also the
308308
``advisor_target_scan_time`` parameter. This parameter sets the target time to
309309
scan all the KSM candidate pages. The parameter ``advisor_target_scan_time``
310310
decides how aggressive the scan time advisor scans candidate pages. Lower
311-
values make the scan time advisor to scan more aggresively. This is the most
311+
values make the scan time advisor to scan more aggressively. This is the most
312312
important parameter for the configuration of the scan time advisor.
313313

314314
The initial value and the maximum value can be changed with

Documentation/arch/m68k/buddha-driver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ When accessing IDE registers with A6=1 (for example $84x),
173173
the timing will always be mode 0 8-bit compatible, no matter
174174
what you have selected in the speed register:
175175

176-
781ns select, IOR/IOW after 4 clock cycles (=314ns) aktive.
176+
781ns select, IOR/IOW after 4 clock cycles (=314ns) active.
177177

178178
All the timings with a very short select-signal (the 355ns
179179
fast accesses) depend on the accelerator card used in the

Documentation/arch/sparc/oradax/dax-hv-api.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Chapter 36. Coprocessor services
4141
submissions until they succeed; waiting for an outstanding CCB to complete is not necessary, and would
4242
not be a guarantee that a future submission would succeed.
4343

44-
The availablility of DAX coprocessor command service is indicated by the presence of the DAX virtual
44+
The availability of DAX coprocessor command service is indicated by the presence of the DAX virtual
4545
device node in the guest MD (Section 8.24.17, “Database Analytics Accelerators (DAX) virtual-device
4646
node”).
4747

Documentation/arch/x86/xstate.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Note this example does not include the sigaltstack preparation.
138138
Dynamic features in signal frames
139139
---------------------------------
140140

141-
Dynamcally enabled features are not written to the signal frame upon signal
141+
Dynamically enabled features are not written to the signal frame upon signal
142142
entry if the feature is in its initial configuration. This differs from
143143
non-dynamic features which are always written regardless of their
144144
configuration. Signal handlers can examine the XSAVE buffer's XSTATE_BV

Documentation/core-api/entry.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ exceptions`_, `NMI and NMI-like exceptions`_.
1818
Non-instrumentable code - noinstr
1919
---------------------------------
2020

21-
Most instrumentation facilities depend on RCU, so intrumentation is prohibited
21+
Most instrumentation facilities depend on RCU, so instrumentation is prohibited
2222
for entry code before RCU starts watching and exit code after RCU stops
2323
watching. In addition, many architectures must save and restore register state,
2424
which means that (for example) a breakpoint in the breakpoint entry code would

Documentation/driver-api/mtd/nand_ecc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ statements is reduced. This is also reflected in the assembly code.
462462
Analysis 3
463463
==========
464464

465-
Very weird. Guess it has to do with caching or instruction parallellism
465+
Very weird. Guess it has to do with caching or instruction parallelism
466466
or so. I also tried on an eeePC (Celeron, clocked at 900 Mhz). Interesting
467467
observation was that this one is only 30% slower (according to time)
468468
executing the code as my 3Ghz D920 processor.

Documentation/driver-api/scsi.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ attributes for Serial Attached SCSI, a variant of SATA aimed at large
259259
high-end systems.
260260

261261
The SAS transport class contains common code to deal with SAS HBAs, an
262-
aproximated representation of SAS topologies in the driver model, and
262+
approximated representation of SAS topologies in the driver model, and
263263
various sysfs attributes to expose these topologies and management
264264
interfaces to userspace.
265265

Documentation/driver-api/usb/usb.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ USBDEVFS_CONNECTINFO
422422

423423
USBDEVFS_GET_SPEED
424424
Returns the speed of the device. The speed is returned as a
425-
nummerical value in accordance with enum usb_device_speed
425+
numerical value in accordance with enum usb_device_speed
426426

427427
File modification time is not updated by this request.
428428

0 commit comments

Comments
 (0)