staging: android: ion: Replace "the the " with "the"
authorTapasweni Pathak <tapaswenipathak@gmail.com>
Mon, 6 Oct 2014 05:56:39 +0000 (11:26 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Oct 2014 02:29:17 +0000 (10:29 +0800)
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: Tapasweni Pathak <tapaswenipathak@gmail.com>
Acked-by: Daniel Baluta <daniel.baluta@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/ion/ion.c

index 56604f41ec488e49541c91b2b26d295384b20ef0..290d4d22c102dfefc9c6ab2f916d216223a66378 100644 (file)
@@ -902,7 +902,7 @@ void ion_pages_sync_for_device(struct device *dev, struct page *page,
        sg_set_page(&sg, page, size, 0);
        /*
         * This is not correct - sg_dma_address needs a dma_addr_t that is valid
-        * for the the targeted device, but this works on the currently targeted
+        * for the targeted device, but this works on the currently targeted
         * hardware.
         */
        sg_dma_address(&sg) = page_to_phys(page);
This page took 0.024878 seconds and 5 git commands to generate.