mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-30 08:02:30 +00:00
staging: unisys: virtpci: 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: Tapasweni Pathak <tapaswenipathak@gmail.com> Acked-by: Daniel Baluta <daniel.baluta@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
682adec4d8
commit
9b0a6292df
1 changed files with 1 additions and 1 deletions
|
@ -752,7 +752,7 @@ static int virtpci_device_resume(struct device *dev)
|
|||
|
||||
/* 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 vbus channel of the bus
|
||||
* the appropriate slot within the vbus channel of the bus
|
||||
* instance.
|
||||
*/
|
||||
static void fix_vbus_devInfo(struct device *dev, int devNo, int devType,
|
||||
|
|
Loading…
Reference in a new issue