Commit 682adec4 authored by Tapasweni Pathak's avatar Tapasweni Pathak Committed by Greg Kroah-Hartman

staging: unisys: common-spar: include: channels: 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: default avatarTapasweni Pathak <tapaswenipathak@gmail.com>
Acked-by: default avatarDaniel Baluta <daniel.baluta@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 96b38e0d
...@@ -594,7 +594,7 @@ struct uiscmdrsp_scsitaskmgmt { ...@@ -594,7 +594,7 @@ struct uiscmdrsp_scsitaskmgmt {
* For windows guests, this is a pointer to a location that a waiting * For windows guests, this is a pointer to a location that a waiting
* thread is testing to see if the taskmgmt command has completed. * thread is testing to see if the taskmgmt command has completed.
* When the rsp is received by guest, the thread receiving the * 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 * command completion. Its value is preserved by iopart & returned
* as is in the task mgmt rsp. */ * as is in the task mgmt rsp. */
void *notifyresult; void *notifyresult;
...@@ -641,7 +641,7 @@ struct uiscmdrsp_vdiskmgmt { ...@@ -641,7 +641,7 @@ struct uiscmdrsp_vdiskmgmt {
* For windows guests, this is a pointer to a location that a waiting * For windows guests, this is a pointer to a location that a waiting
* thread is testing to see if the taskmgmt command has completed. * thread is testing to see if the taskmgmt command has completed.
* When the rsp is received by guest, the thread receiving the * 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 * command completion. Its value is preserved by iopart & returned
* as is in the task mgmt rsp. */ * as is in the task mgmt rsp. */
void *notifyresult; void *notifyresult;
......
...@@ -67,11 +67,11 @@ typedef struct _ULTRA_VBUS_HEADERINFO { ...@@ -67,11 +67,11 @@ typedef struct _ULTRA_VBUS_HEADERINFO {
u32 devInfoCount; /* num of items in DevInfo member */ u32 devInfoCount; /* num of items in DevInfo member */
/* (this is the allocated size) */ /* (this is the allocated size) */
u32 chpInfoByteOffset; /* byte offset from beginning of this struct */ 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 */ 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 */ u32 devInfoByteOffset; /* byte offset from beginning of this struct */
/* to the the DevInfo array (below) */ /* to the DevInfo array (below) */
u8 reserved[104]; u8 reserved[104];
} ULTRA_VBUS_HEADERINFO; } ULTRA_VBUS_HEADERINFO;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment