Skip to content

Commit 59c5159

Browse files
Michael OpdenackerAdrianBunk
authored andcommitted
Fix occurrences of "the the "
Signed-off-by: Michael Opdenacker <michael@free-electrons.com> Signed-off-by: Adrian Bunk <bunk@stusta.de>
1 parent 02a3e59 commit 59c5159

72 files changed

Lines changed: 79 additions & 79 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Documentation/ABI/removed/devfs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Description:
66
races, contains a naming policy within the kernel that is
77
against the LSB, and can be replaced by using udev.
88
The files fs/devfs/*, include/linux/devfs_fs*.h were removed,
9-
along with the the assorted devfs function calls throughout the
9+
along with the assorted devfs function calls throughout the
1010
kernel tree.
1111

1212
Users:

Documentation/driver-model/platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ three different ways to find such a match:
125125
usually register later during booting, or by module loading.
126126

127127
- Registering a driver using platform_driver_probe() works just like
128-
using platform_driver_register(), except that the the driver won't
128+
using platform_driver_register(), except that the driver won't
129129
be probed later if another device registers. (Which is OK, since
130130
this interface is only for use with non-hotpluggable devices.)
131131

Documentation/netlabel/introduction.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The communication layer exists to allow NetLabel configuration and monitoring
3030
from user space. The NetLabel communication layer uses a message based
3131
protocol built on top of the Generic NETLINK transport mechanism. The exact
3232
formatting of these NetLabel messages as well as the Generic NETLINK family
33-
names can be found in the the 'net/netlabel/' directory as comments in the
33+
names can be found in the 'net/netlabel/' directory as comments in the
3434
header files as well as in 'include/net/netlabel.h'.
3535

3636
* Security Module API

Documentation/pci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ E.g. clearing pending interrupts.
373373

374374
3.6 Register IRQ handler
375375
~~~~~~~~~~~~~~~~~~~~~~~~
376-
While calling request_irq() is the the last step described here,
376+
While calling request_irq() is the last step described here,
377377
this is often just another intermediate step to initialize a device.
378378
This step can often be deferred until the device is opened for use.
379379

Documentation/powerpc/booting-without-of.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1444,7 +1444,7 @@ platforms are moved over to use the flattened-device-tree model.
14441444
Basically, it is a bus of devices, that could act more or less
14451445
as a complete entity (UCC, USB etc ). All of them should be siblings on
14461446
the "root" qe node, using the common properties from there.
1447-
The description below applies to the the qe of MPC8360 and
1447+
The description below applies to the qe of MPC8360 and
14481448
more nodes and properties would be extended in the future.
14491449

14501450
i) Root QE device

arch/mips/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ cflags-y += -ffreestanding
9292
# when fed the toolchain default!
9393
#
9494
# Certain gcc versions upto gcc 4.1.1 (probably 4.2-subversion as of
95-
# 2006-10-10 don't properly change the the predefined symbols if -EB / -EL
95+
# 2006-10-10 don't properly change the predefined symbols if -EB / -EL
9696
# are used, so we kludge that here. A bug has been filed at
9797
# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29413.
9898
#

arch/mips/pci/fixup-sb1250.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include <linux/pci.h>
1515

1616
/*
17-
* Set the the BCM1250, etc. PCI host bridge's TRDY timeout
17+
* Set the BCM1250, etc. PCI host bridge's TRDY timeout
1818
* to the finite max.
1919
*/
2020
static void __init quirk_sb1250_pci(struct pci_dev *dev)
@@ -35,7 +35,7 @@ DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_SIBYTE, PCI_DEVICE_ID_BCM1250_HT,
3535
quirk_sb1250_ht);
3636

3737
/*
38-
* Set the the SP1011 HT/PCI bridge's TRDY timeout to the finite max.
38+
* Set the SP1011 HT/PCI bridge's TRDY timeout to the finite max.
3939
*/
4040
static void __init quirk_sp1011(struct pci_dev *dev)
4141
{

arch/powerpc/platforms/cell/io-workarounds.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ static void spider_io_flush(const volatile void __iomem *addr)
7474
/* Fast path if we have a non-0 token, it indicates which bus we
7575
* are on.
7676
*
77-
* If the token is 0, that means either the the ioremap was done
77+
* If the token is 0, that means either that the ioremap was done
7878
* before we initialized this layer, or it's a PIO operation. We
7979
* fallback to a low path in this case. Hopefully, internal devices
8080
* which are ioremap'ed early should use in_XX/out_XX functions

arch/v850/kernel/entry.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ END(ret_from_trap)
523523

524524

525525
/* This the initial entry point for a new child thread, with an appropriate
526-
stack in place that makes it look the the child is in the middle of an
526+
stack in place that makes it look that the child is in the middle of an
527527
syscall. This function is actually `returned to' from switch_thread
528528
(copy_thread makes ret_from_fork the return address in each new thread's
529529
saved context). */

block/ll_rw_blk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1704,7 +1704,7 @@ EXPORT_SYMBOL(blk_stop_queue);
17041704
* on a queue, such as calling the unplug function after a timeout.
17051705
* A block device may call blk_sync_queue to ensure that any
17061706
* such activity is cancelled, thus allowing it to release resources
1707-
* the the callbacks might use. The caller must already have made sure
1707+
* that the callbacks might use. The caller must already have made sure
17081708
* that its ->make_request_fn will not re-add plugging prior to calling
17091709
* this function.
17101710
*

0 commit comments

Comments
 (0)