doc: fix double words
authorMasanari Iida <standby24x7@gmail.com>
Fri, 21 Mar 2014 01:04:30 +0000 (10:04 +0900)
committerJiri Kosina <jkosina@suse.cz>
Fri, 21 Mar 2014 12:16:58 +0000 (13:16 +0100)
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>
12 files changed:
Documentation/filesystems/autofs4-mount-control.txt
Documentation/futex-requeue-pi.txt
Documentation/input/multi-touch-protocol.txt
Documentation/kmemcheck.txt
Documentation/memory-barriers.txt
Documentation/networking/spider_net.txt
Documentation/power/devices.txt
Documentation/security/Smack.txt
Documentation/trace/ring-buffer-design.txt
Documentation/usb/WUSB-Design-overview.txt
Documentation/virtual/kvm/api.txt
Documentation/vm/unevictable-lru.txt

index 4c95935cbcf4434c3414345bcd665ce7a3c8a99f..aff22113a9866384279600728f6d3a2c92558248 100644 (file)
@@ -255,7 +255,7 @@ AUTOFS_DEV_IOCTL_OPENMOUNT and AUTOFS_DEV_IOCTL_CLOSEMOUNT
 
 Obtain and release a file descriptor for an autofs managed mount point
 path. The open call requires an initialized struct autofs_dev_ioctl with
-the the path field set and the size field adjusted appropriately as well
+the path field set and the size field adjusted appropriately as well
 as the arg1 field set to the device number of the autofs mount. The
 device number can be obtained from the mount options shown in
 /proc/mounts. The close call requires an initialized struct
index 9dc1ff4fd53692dc88a3da952ecd85715faa11e3..31b16610c4169bf42e8af3dd2478deec1d2c96e5 100644 (file)
@@ -67,7 +67,7 @@ pthread_cond_wait_pi(cond, mutex)
           lock(cond->__data.__lock);
        } while(...)
        unlock(cond->__data.__lock);
-        /* the kernel acquired the the mutex for us */
+        /* the kernel acquired the mutex for us */
 }
 
 pthread_cond_broadcast_pi(cond)
index de139b18184a16a6a1fdf58d6f3ea50422efa2c7..7b4f59c09ee2301d077446f5f9ce9c2b96aa2551 100644 (file)
@@ -372,7 +372,7 @@ simple scheme, which is compatible with earlier usage, is:
 
 Rationale: We have no information about the orientation of the touching
 ellipse, so approximate it with an inscribed circle instead. The tool
-ellipse should align with the the vector (T - C), so the diameter must
+ellipse should align with the vector (T - C), so the diameter must
 increase with distance(T, C). Finally, assume that the touch diameter is
 equal to the tool thickness, and we arrive at the formulas above.
 
index 9398a501fdb913a1564614dc10c0ce20d0a95f33..a41bdebbe87bf459e3c07d1dfd093f9eb0e80c3e 100644 (file)
@@ -541,7 +541,7 @@ initialized. This is the beginning of the struct:
 92         } _sifields;
 93 } siginfo_t;
 
-On 64-bit, the int is 4 bytes long, so it must the the union member that has
+On 64-bit, the int is 4 bytes long, so it must the union member that has
 not been initialized. We can verify this using gdb:
 
        $ gdb vmlinux
index 102dc19c411980d0aa17beeb12f0bcdd38447e29..ddd2e0d1febc17d5926751a60c8d160909299c00 100644 (file)
@@ -1371,7 +1371,7 @@ code.  Here are some examples of these sorts of optimizations:
                        process_message(msg);
        }
 
-     There is nothing to prevent the the compiler from transforming
+     There is nothing to prevent the compiler from transforming
      process_level() to the following, in fact, this might well be a
      win for single-threaded code:
 
index 4b4adb8eb14f6362055f1256f928933f7984f91d..b0b75f8463b328dc25b9a13b605805fbfdcdef26 100644 (file)
@@ -73,7 +73,7 @@ Thus, in an idle system, the GDACTDPA, tail and head pointers will
 all be pointing at the same descr, which should be "empty". All of the
 other descrs in the ring should be "empty" as well.
 
-The show_rx_chain() routine will print out the the locations of the
+The show_rx_chain() routine will print out the locations of the
 GDACTDPA, tail and head pointers. It will also summarize the contents
 of the ring, starting at the tail pointer, and listing the status
 of the descrs that follow.
index a66c9821b5cefa5056f2fb202a9acb00a207f8af..47d46dff70f7e3db1185eb4ae3d93ed7e99301fb 100644 (file)
@@ -391,7 +391,7 @@ When resuming from freeze, standby or memory sleep, the phases are:
        the resume methods.  This generally involves undoing the actions of the
        preceding suspend_late phase.
 
-    3  The resume methods should bring the the device back to its operating
+    3  The resume methods should bring the device back to its operating
        state, so that it can perform normal I/O.  This generally involves
        undoing the actions of the suspend phase.
 
index 7a2d30c132e3fb26d6ab4eae14f361028370ed7a..5ea996f21d6c91734b5196e2d62c34a537379fec 100644 (file)
@@ -3,7 +3,7 @@
     "Good for you, you've decided to clean the elevator!"
     - The Elevator, from Dark Star
 
-Smack is the the Simplified Mandatory Access Control Kernel.
+Smack is the Simplified Mandatory Access Control Kernel.
 Smack is a kernel based implementation of mandatory access
 control that includes simplicity in its primary design goals.
 
index 7d350b496585863daaa09e671c421453ba163d84..ff747b6fa39bbec72dab85a124732c22cd1f0c17 100644 (file)
@@ -683,7 +683,7 @@ against nested writers.
   cmpxchg(tail_page, temp_page, next_page)
 
 The above will update the tail page if it is still pointing to the expected
-page. If this fails, a nested write pushed it forward, the the current write
+page. If this fails, a nested write pushed it forward, the current write
 does not need to push it.
 
 
index 4c5e379393448c0cf7a23f59a8444fad36488fe6..1cd07c017cf637cc40cb6b623d89c31dc3208590 100644 (file)
@@ -25,7 +25,7 @@ updated content.
     * Design-overview.txt-1.8
 
 This code implements a Ultra Wide Band stack for Linux, as well as
-drivers for the the USB based UWB radio controllers defined in the
+drivers for the USB based UWB radio controllers defined in the
 Wireless USB 1.0 specification (including Wireless USB host controller
 and an Intel WiNET controller).
 
index 6cd63a9010fbbfd7f011a9f3085a7b688da29fba..dce3d05b48232022b4ff83218ee12cb2b22032a2 100644 (file)
@@ -1462,7 +1462,7 @@ struct kvm_lapic_state {
        char regs[KVM_APIC_REG_SIZE];
 };
 
-Copies the input argument into the the Local APIC registers.  The data format
+Copies the input argument into the Local APIC registers.  The data format
 and layout are the same as documented in the architecture manual.
 
 
index a68db7692ee8f96e9cf2092510fd1b5be903a497..744f82f86c5818f6837e1a3c072fd2bffd09ab54 100644 (file)
@@ -453,7 +453,7 @@ putback_lru_page() function to add migrated pages back to the LRU.
 mmap(MAP_LOCKED) SYSTEM CALL HANDLING
 -------------------------------------
 
-In addition the the mlock()/mlockall() system calls, an application can request
+In addition the mlock()/mlockall() system calls, an application can request
 that a region of memory be mlocked supplying the MAP_LOCKED flag to the mmap()
 call.  Furthermore, any mmap() call or brk() call that expands the heap by a
 task that has previously called mlockall() with the MCL_FUTURE flag will result