aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2014-03-20 21:04:30 -0400
committerJiri Kosina <jkosina@suse.cz>2014-03-21 08:16:58 -0400
commitdf5cbb27836ff6a6c807f9030ca536403fc674d2 (patch)
treee1eb49b184015e9a0b92a28193c41f60163fb14e
parent2509671dcf6314635592f8eb84ef4793fce11a07 (diff)
doc: fix double words
Fix double words "the the" in various files within Documentations. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r--Documentation/filesystems/autofs4-mount-control.txt2
-rw-r--r--Documentation/futex-requeue-pi.txt2
-rw-r--r--Documentation/input/multi-touch-protocol.txt2
-rw-r--r--Documentation/kmemcheck.txt2
-rw-r--r--Documentation/memory-barriers.txt2
-rw-r--r--Documentation/networking/spider_net.txt2
-rw-r--r--Documentation/power/devices.txt2
-rw-r--r--Documentation/security/Smack.txt2
-rw-r--r--Documentation/trace/ring-buffer-design.txt2
-rw-r--r--Documentation/usb/WUSB-Design-overview.txt2
-rw-r--r--Documentation/virtual/kvm/api.txt2
-rw-r--r--Documentation/vm/unevictable-lru.txt2
12 files changed, 12 insertions, 12 deletions
diff --git a/Documentation/filesystems/autofs4-mount-control.txt b/Documentation/filesystems/autofs4-mount-control.txt
index 4c95935cbcf4..aff22113a986 100644
--- a/Documentation/filesystems/autofs4-mount-control.txt
+++ b/Documentation/filesystems/autofs4-mount-control.txt
@@ -255,7 +255,7 @@ AUTOFS_DEV_IOCTL_OPENMOUNT and AUTOFS_DEV_IOCTL_CLOSEMOUNT
255 255
256Obtain and release a file descriptor for an autofs managed mount point 256Obtain and release a file descriptor for an autofs managed mount point
257path. The open call requires an initialized struct autofs_dev_ioctl with 257path. The open call requires an initialized struct autofs_dev_ioctl with
258the the path field set and the size field adjusted appropriately as well 258the path field set and the size field adjusted appropriately as well
259as the arg1 field set to the device number of the autofs mount. The 259as the arg1 field set to the device number of the autofs mount. The
260device number can be obtained from the mount options shown in 260device number can be obtained from the mount options shown in
261/proc/mounts. The close call requires an initialized struct 261/proc/mounts. The close call requires an initialized struct
diff --git a/Documentation/futex-requeue-pi.txt b/Documentation/futex-requeue-pi.txt
index 9dc1ff4fd536..31b16610c416 100644
--- a/Documentation/futex-requeue-pi.txt
+++ b/Documentation/futex-requeue-pi.txt
@@ -67,7 +67,7 @@ pthread_cond_wait_pi(cond, mutex)
67 lock(cond->__data.__lock); 67 lock(cond->__data.__lock);
68 } while(...) 68 } while(...)
69 unlock(cond->__data.__lock); 69 unlock(cond->__data.__lock);
70 /* the kernel acquired the the mutex for us */ 70 /* the kernel acquired the mutex for us */
71} 71}
72 72
73pthread_cond_broadcast_pi(cond) 73pthread_cond_broadcast_pi(cond)
diff --git a/Documentation/input/multi-touch-protocol.txt b/Documentation/input/multi-touch-protocol.txt
index de139b18184a..7b4f59c09ee2 100644
--- a/Documentation/input/multi-touch-protocol.txt
+++ b/Documentation/input/multi-touch-protocol.txt
@@ -372,7 +372,7 @@ simple scheme, which is compatible with earlier usage, is:
372 372
373Rationale: We have no information about the orientation of the touching 373Rationale: We have no information about the orientation of the touching
374ellipse, so approximate it with an inscribed circle instead. The tool 374ellipse, so approximate it with an inscribed circle instead. The tool
375ellipse should align with the the vector (T - C), so the diameter must 375ellipse should align with the vector (T - C), so the diameter must
376increase with distance(T, C). Finally, assume that the touch diameter is 376increase with distance(T, C). Finally, assume that the touch diameter is
377equal to the tool thickness, and we arrive at the formulas above. 377equal to the tool thickness, and we arrive at the formulas above.
378 378
diff --git a/Documentation/kmemcheck.txt b/Documentation/kmemcheck.txt
index 9398a501fdb9..a41bdebbe87b 100644
--- a/Documentation/kmemcheck.txt
+++ b/Documentation/kmemcheck.txt
@@ -541,7 +541,7 @@ initialized. This is the beginning of the struct:
54192 } _sifields; 54192 } _sifields;
54293 } siginfo_t; 54293 } siginfo_t;
543 543
544On 64-bit, the int is 4 bytes long, so it must the the union member that has 544On 64-bit, the int is 4 bytes long, so it must the union member that has
545not been initialized. We can verify this using gdb: 545not been initialized. We can verify this using gdb:
546 546
547 $ gdb vmlinux 547 $ gdb vmlinux
diff --git a/Documentation/memory-barriers.txt b/Documentation/memory-barriers.txt
index 102dc19c4119..ddd2e0d1febc 100644
--- a/Documentation/memory-barriers.txt
+++ b/Documentation/memory-barriers.txt
@@ -1371,7 +1371,7 @@ code. Here are some examples of these sorts of optimizations:
1371 process_message(msg); 1371 process_message(msg);
1372 } 1372 }
1373 1373
1374 There is nothing to prevent the the compiler from transforming 1374 There is nothing to prevent the compiler from transforming
1375 process_level() to the following, in fact, this might well be a 1375 process_level() to the following, in fact, this might well be a
1376 win for single-threaded code: 1376 win for single-threaded code:
1377 1377
diff --git a/Documentation/networking/spider_net.txt b/Documentation/networking/spider_net.txt
index 4b4adb8eb14f..b0b75f8463b3 100644
--- a/Documentation/networking/spider_net.txt
+++ b/Documentation/networking/spider_net.txt
@@ -73,7 +73,7 @@ Thus, in an idle system, the GDACTDPA, tail and head pointers will
73all be pointing at the same descr, which should be "empty". All of the 73all be pointing at the same descr, which should be "empty". All of the
74other descrs in the ring should be "empty" as well. 74other descrs in the ring should be "empty" as well.
75 75
76The show_rx_chain() routine will print out the the locations of the 76The show_rx_chain() routine will print out the locations of the
77GDACTDPA, tail and head pointers. It will also summarize the contents 77GDACTDPA, tail and head pointers. It will also summarize the contents
78of the ring, starting at the tail pointer, and listing the status 78of the ring, starting at the tail pointer, and listing the status
79of the descrs that follow. 79of the descrs that follow.
diff --git a/Documentation/power/devices.txt b/Documentation/power/devices.txt
index a66c9821b5ce..47d46dff70f7 100644
--- a/Documentation/power/devices.txt
+++ b/Documentation/power/devices.txt
@@ -391,7 +391,7 @@ When resuming from freeze, standby or memory sleep, the phases are:
391 the resume methods. This generally involves undoing the actions of the 391 the resume methods. This generally involves undoing the actions of the
392 preceding suspend_late phase. 392 preceding suspend_late phase.
393 393
394 3 The resume methods should bring the the device back to its operating 394 3 The resume methods should bring the device back to its operating
395 state, so that it can perform normal I/O. This generally involves 395 state, so that it can perform normal I/O. This generally involves
396 undoing the actions of the suspend phase. 396 undoing the actions of the suspend phase.
397 397
diff --git a/Documentation/security/Smack.txt b/Documentation/security/Smack.txt
index 7a2d30c132e3..5ea996f21d6c 100644
--- a/Documentation/security/Smack.txt
+++ b/Documentation/security/Smack.txt
@@ -3,7 +3,7 @@
3 "Good for you, you've decided to clean the elevator!" 3 "Good for you, you've decided to clean the elevator!"
4 - The Elevator, from Dark Star 4 - The Elevator, from Dark Star
5 5
6Smack is the the Simplified Mandatory Access Control Kernel. 6Smack is the Simplified Mandatory Access Control Kernel.
7Smack is a kernel based implementation of mandatory access 7Smack is a kernel based implementation of mandatory access
8control that includes simplicity in its primary design goals. 8control that includes simplicity in its primary design goals.
9 9
diff --git a/Documentation/trace/ring-buffer-design.txt b/Documentation/trace/ring-buffer-design.txt
index 7d350b496585..ff747b6fa39b 100644
--- a/Documentation/trace/ring-buffer-design.txt
+++ b/Documentation/trace/ring-buffer-design.txt
@@ -683,7 +683,7 @@ against nested writers.
683 cmpxchg(tail_page, temp_page, next_page) 683 cmpxchg(tail_page, temp_page, next_page)
684 684
685The above will update the tail page if it is still pointing to the expected 685The above will update the tail page if it is still pointing to the expected
686page. If this fails, a nested write pushed it forward, the the current write 686page. If this fails, a nested write pushed it forward, the current write
687does not need to push it. 687does not need to push it.
688 688
689 689
diff --git a/Documentation/usb/WUSB-Design-overview.txt b/Documentation/usb/WUSB-Design-overview.txt
index 4c5e37939344..1cd07c017cf6 100644
--- a/Documentation/usb/WUSB-Design-overview.txt
+++ b/Documentation/usb/WUSB-Design-overview.txt
@@ -25,7 +25,7 @@ updated content.
25 * Design-overview.txt-1.8 25 * Design-overview.txt-1.8
26 26
27This code implements a Ultra Wide Band stack for Linux, as well as 27This code implements a Ultra Wide Band stack for Linux, as well as
28drivers for the the USB based UWB radio controllers defined in the 28drivers for the USB based UWB radio controllers defined in the
29Wireless USB 1.0 specification (including Wireless USB host controller 29Wireless USB 1.0 specification (including Wireless USB host controller
30and an Intel WiNET controller). 30and an Intel WiNET controller).
31 31
diff --git a/Documentation/virtual/kvm/api.txt b/Documentation/virtual/kvm/api.txt
index 6cd63a9010fb..dce3d05b4823 100644
--- a/Documentation/virtual/kvm/api.txt
+++ b/Documentation/virtual/kvm/api.txt
@@ -1462,7 +1462,7 @@ struct kvm_lapic_state {
1462 char regs[KVM_APIC_REG_SIZE]; 1462 char regs[KVM_APIC_REG_SIZE];
1463}; 1463};
1464 1464
1465Copies the input argument into the the Local APIC registers. The data format 1465Copies the input argument into the Local APIC registers. The data format
1466and layout are the same as documented in the architecture manual. 1466and layout are the same as documented in the architecture manual.
1467 1467
1468 1468
diff --git a/Documentation/vm/unevictable-lru.txt b/Documentation/vm/unevictable-lru.txt
index a68db7692ee8..744f82f86c58 100644
--- a/Documentation/vm/unevictable-lru.txt
+++ b/Documentation/vm/unevictable-lru.txt
@@ -453,7 +453,7 @@ putback_lru_page() function to add migrated pages back to the LRU.
453mmap(MAP_LOCKED) SYSTEM CALL HANDLING 453mmap(MAP_LOCKED) SYSTEM CALL HANDLING
454------------------------------------- 454-------------------------------------
455 455
456In addition the the mlock()/mlockall() system calls, an application can request 456In addition the mlock()/mlockall() system calls, an application can request
457that a region of memory be mlocked supplying the MAP_LOCKED flag to the mmap() 457that a region of memory be mlocked supplying the MAP_LOCKED flag to the mmap()
458call. Furthermore, any mmap() call or brk() call that expands the heap by a 458call. Furthermore, any mmap() call or brk() call that expands the heap by a
459task that has previously called mlockall() with the MCL_FUTURE flag will result 459task that has previously called mlockall() with the MCL_FUTURE flag will result