Commit 670e9f34 authored by Paolo Ornati's avatar Paolo Ornati Committed by Adrian Bunk
Browse files

Documentation: remove duplicated words



Remove many duplicated words under Documentation/ and do other small
cleanups.

Examples:
        "and and" --> "and"
        "in in" --> "in"
        "the the" --> "the"
        "the the" --> "to the"
        ...

Signed-off-by: default avatarPaolo Ornati <ornati@fastwebnet.it>
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
parent 53cb4726
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ The query is performed via a call to pci_set_dma_mask():

	int pci_set_dma_mask(struct pci_dev *pdev, u64 device_mask);

The query for consistent allocations is performed via a a call to
The query for consistent allocations is performed via a call to
pci_set_consistent_dma_mask():

	int pci_set_consistent_dma_mask(struct pci_dev *pdev, u64 device_mask);
+1 −1
Original line number Diff line number Diff line
@@ -1400,7 +1400,7 @@ and other resources, etc.
	<listitem>
	<para>
	When it's known that HBA is in ready state but ATA/ATAPI
	device in in unknown state, reset only device.
	device is in unknown state, reset only device.
	</para>
	</listitem>

+1 −1
Original line number Diff line number Diff line
@@ -740,7 +740,7 @@ usbdev_ioctl (int fd, int ifno, unsigned request, void *param)
		<title>Synchronous I/O Support</title>

		<para>Synchronous requests involve the kernel blocking
		until until the user mode request completes, either by
		until the user mode request completes, either by
		finishing successfully or by reporting an error.
		In most cases this is the simplest way to use usbfs,
		although as noted above it does prevent performing I/O
+1 −1
Original line number Diff line number Diff line
@@ -750,7 +750,7 @@ Or, for those who prefer a side-by-side listing:

Either way, the differences are quite small.  Read-side locking moves
to rcu_read_lock() and rcu_read_unlock, update-side locking moves from
from a reader-writer lock to a simple spinlock, and a synchronize_rcu()
a reader-writer lock to a simple spinlock, and a synchronize_rcu()
precedes the kfree().

However, there is one potential catch: the read-side and update-side
+1 −1
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@ Some new queue property settings:
		Sets two variables that limit the size of the request.

		- The request queue's max_sectors, which is a soft size in
		in units of 512 byte sectors, and could be dynamically varied
		units of 512 byte sectors, and could be dynamically varied
		by the core kernel.

		- The request queue's max_hw_sectors, which is a hard limit
Loading