diff options
author | Rahul Bedarkar <rahulbedarkar89@gmail.com> | 2014-01-04 00:54:41 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-01-07 19:17:40 -0500 |
commit | 025d44309f92bd5e3d1b2c7fab66836ab25b541b (patch) | |
tree | 261fde505eb086f5077730f678d4f9471b2ab699 /drivers/usb/core/usb-acpi.c | |
parent | d7e92f7f768477c6ab5ec6b12f854db3e716b2e5 (diff) |
USB: core: correct spelling mistakes in comments and warning
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/core/usb-acpi.c')
-rw-r--r-- | drivers/usb/core/usb-acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/core/usb-acpi.c b/drivers/usb/core/usb-acpi.c index 4e243c37f17f..d7cb822d6eab 100644 --- a/drivers/usb/core/usb-acpi.c +++ b/drivers/usb/core/usb-acpi.c | |||
@@ -92,7 +92,7 @@ static int usb_acpi_check_port_connect_type(struct usb_device *hdev, | |||
92 | int ret = 0; | 92 | int ret = 0; |
93 | 93 | ||
94 | /* | 94 | /* |
95 | * Accoding to ACPI Spec 9.13. PLD indicates whether usb port is | 95 | * According to ACPI Spec 9.13. PLD indicates whether usb port is |
96 | * user visible and _UPC indicates whether it is connectable. If | 96 | * user visible and _UPC indicates whether it is connectable. If |
97 | * the port was visible and connectable, it could be freely connected | 97 | * the port was visible and connectable, it could be freely connected |
98 | * and disconnected with USB devices. If no visible and connectable, | 98 | * and disconnected with USB devices. If no visible and connectable, |