OSDN Git Service

staging: unisys: common-spar: include: channels: Replace "the the " with "the"
authorTapasweni Pathak <tapaswenipathak@gmail.com>
Mon, 6 Oct 2014 05:57:39 +0000 (11:27 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Oct 2014 02:29:07 +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/unisys/common-spar/include/channels/iochannel.h
drivers/staging/unisys/common-spar/include/channels/vbuschannel.h

index b1dd73d..806d5b3 100644 (file)
@@ -594,7 +594,7 @@ struct uiscmdrsp_scsitaskmgmt {
            * For windows guests, this is a pointer to a location that a waiting
            * thread is testing to see if the taskmgmt command has completed.
            * When the rsp is received by guest, the thread receiving the
-           * response uses this to notify the the thread waiting for taskmgmt
+           * response uses this to notify the thread waiting for taskmgmt
            * command completion.  Its value is preserved by iopart & returned
            * as is in the task mgmt rsp. */
        void *notifyresult;
@@ -641,7 +641,7 @@ struct uiscmdrsp_vdiskmgmt {
            * For windows guests, this is a pointer to a location that a waiting
            * thread is testing to see if the taskmgmt command has completed.
            * When the rsp is received by guest, the thread receiving the
-           * response uses this to notify the the thread waiting for taskmgmt
+           * response uses this to notify the thread waiting for taskmgmt
            * command completion.  Its value is preserved by iopart & returned
            * as is in the task mgmt rsp. */
        void *notifyresult;
index 5b85424..420b7d8 100644 (file)
@@ -67,11 +67,11 @@ typedef struct _ULTRA_VBUS_HEADERINFO {
        u32 devInfoCount;       /* num of items in DevInfo member */
        /* (this is the allocated size) */
        u32 chpInfoByteOffset;  /* byte offset from beginning of this struct */
-       /* to the the ChpInfo struct (below) */
+       /* to the ChpInfo struct (below) */
        u32 busInfoByteOffset;  /* byte offset from beginning of this struct */
-       /* to the the BusInfo struct (below) */
+       /* to the BusInfo struct (below) */
        u32 devInfoByteOffset;  /* byte offset from beginning of this struct */
-       /* to the the DevInfo array (below) */
+       /* to the DevInfo array (below) */
        u8 reserved[104];
 } ULTRA_VBUS_HEADERINFO;