diff options
author | simran singhal <singhalsimran0@gmail.com> | 2017-03-03 16:59:06 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-03-07 20:15:18 +0100 |
commit | bffa320f295fd91a8c92bf1e98981e03b575aa8d (patch) | |
tree | 26830f43f0e6271222fb1d03aeac00bd4571bc87 | |
parent | Staging: media: platform: bcm2835 - style fix (diff) | |
download | linux-bffa320f295fd91a8c92bf1e98981e03b575aa8d.tar.xz linux-bffa320f295fd91a8c92bf1e98981e03b575aa8d.zip |
staging: unisys: Replace "the the " with "the"
This patch replace "the the " with "the". The replacement couldn't be
automated because sometimes the first "the" was meant to be another
word.
Signed-off-by: simran singhal <singhalsimran0@gmail.com>
Acked-by: David Kershner <david.kershner@unisys.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/unisys/visorbus/visorbus_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/unisys/visorbus/visorbus_main.c b/drivers/staging/unisys/visorbus/visorbus_main.c index 1d541905fa92..e7b04b6feabf 100644 --- a/drivers/staging/unisys/visorbus/visorbus_main.c +++ b/drivers/staging/unisys/visorbus/visorbus_main.c @@ -778,7 +778,7 @@ write_vbus_dev_info(struct visorchannel *chan, /* * fix_vbus_dev_info() - for a child device just created on a client bus, fill * in information about the driver that is controlling - * this device into the the appropriate slot within the + * this device into the appropriate slot within the * vbus channel of the bus instance * @visordev: struct visor_device for the desired device */ |