Skip to content

Commit 8da9704

Browse files
standby24x7Jonathan Corbet
authored andcommitted
Doc: Fix double words in Documentation
This patch fix some double words found in Documentation. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
1 parent 5a0bc57 commit 8da9704

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Documentation/block/pr.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ and thus removes any access restriction implied by it.
9090
4. IOC_PR_PREEMPT
9191

9292
This ioctl command releases the existing reservation referred to by
93-
old_key and replaces it with a a new reservation of type for the
93+
old_key and replaces it with a new reservation of type for the
9494
reservation key new_key.
9595

9696

Documentation/ioctl/botching-up-ioctls.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Prerequisites
2424
-------------
2525

2626
First the prerequisites. Without these you have already failed, because you
27-
will need to add a a 32-bit compat layer:
27+
will need to add a 32-bit compat layer:
2828

2929
* Only use fixed sized integers. To avoid conflicts with typedefs in userspace
3030
the kernel has special types like __u32, __s64. Use them.

Documentation/livepatch/livepatch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ The current Livepatch implementation has several limitations:
377377
Each function has to handle TOC and save LR before it could call
378378
the ftrace handler. This operation has to be reverted on return.
379379
Fortunately, the generic ftrace code has the same problem and all
380-
this is is handled on the ftrace level.
380+
this is handled on the ftrace level.
381381

382382

383383
+ Kretprobes using the ftrace framework conflict with the patched

Documentation/networking/kcm.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ on the socket thus waking up the application thread. When the application
272272
sees the error (which may just be a disconnect) it should unattach the
273273
socket from KCM and then close it. It is assumed that once an error is
274274
posted on the TCP socket the data stream is unrecoverable (i.e. an error
275-
may have occurred in in the middle of receiving a messssge).
275+
may have occurred in the middle of receiving a messssge).
276276

277277
TCP connection monitoring
278278
-------------------------

Documentation/usb/power-management.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ relevant attribute files are usb2_hardware_lpm and usb3_hardware_lpm.
543543
When a USB 3.0 lpm-capable device is plugged in to a
544544
xHCI host which supports link PM, it will check if U1
545545
and U2 exit latencies have been set in the BOS
546-
descriptor; if the check is is passed and the host
546+
descriptor; if the check is passed and the host
547547
supports USB3 hardware LPM, USB3 hardware LPM will be
548548
enabled for the device and these files will be created.
549549
The files hold a string value (enable or disable)

Documentation/vm/transhuge.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ thp_split_page is incremented every time a huge page is split into base
296296
reason is that a huge page is old and is being reclaimed.
297297
This action implies splitting all PMD the page mapped with.
298298

299-
thp_split_page_failed is is incremented if kernel fails to split huge
299+
thp_split_page_failed is incremented if kernel fails to split huge
300300
page. This can happen if the page was pinned by somebody.
301301

302302
thp_deferred_split_page is incremented when a huge page is put onto split

0 commit comments

Comments
 (0)