Commit 8da9704c authored by Masanari Iida's avatar Masanari Iida Committed by Jonathan Corbet
Browse files

Doc: Fix double words in Documentation



This patch fix some double words found in Documentation.

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 5a0bc578
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ and thus removes any access restriction implied by it.
4. IOC_PR_PREEMPT

This ioctl command releases the existing reservation referred to by
old_key and replaces it with a a new reservation of type for the
old_key and replaces it with a new reservation of type for the
reservation key new_key.


+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ Prerequisites
-------------

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

 * Only use fixed sized integers. To avoid conflicts with typedefs in userspace
   the kernel has special types like __u32, __s64. Use them.
+1 −1
Original line number Diff line number Diff line
@@ -377,7 +377,7 @@ The current Livepatch implementation has several limitations:
    Each function has to handle TOC and save LR before it could call
    the ftrace handler. This operation has to be reverted on return.
    Fortunately, the generic ftrace code has the same problem and all
    this is is handled on the ftrace level.
    this is handled on the ftrace level.


  + Kretprobes using the ftrace framework conflict with the patched
+1 −1
Original line number Diff line number Diff line
@@ -272,7 +272,7 @@ on the socket thus waking up the application thread. When the application
sees the error (which may just be a disconnect) it should unattach the
socket from KCM and then close it. It is assumed that once an error is
posted on the TCP socket the data stream is unrecoverable (i.e. an error
may have occurred in in the middle of receiving a messssge).
may have occurred in the middle of receiving a messssge).

TCP connection monitoring
-------------------------
+1 −1
Original line number Diff line number Diff line
@@ -543,7 +543,7 @@ relevant attribute files are usb2_hardware_lpm and usb3_hardware_lpm.
		When a USB 3.0 lpm-capable device is plugged in to a
		xHCI host which supports link PM, it will check if U1
		and U2 exit latencies have been set in the BOS
		descriptor; if the check is is passed and the host
		descriptor; if the check is passed and the host
		supports USB3 hardware LPM, USB3 hardware LPM will be
		enabled for the device and these files will be created.
		The files hold a string value (enable or disable)
Loading