diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2019-06-17 16:02:22 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-06-18 08:51:28 +0200 |
commit | b6409906c7c03b7ca090678614ef027bb8537196 (patch) | |
tree | 48dda8d193c1d43a439b196a9b5820e7ed4d1b20 /drivers/usb/host | |
parent | USB: add usbfs ioctl to retrieve the connection parameters (diff) | |
download | linux-b6409906c7c03b7ca090678614ef027bb8537196.tar.xz linux-b6409906c7c03b7ca090678614ef027bb8537196.zip |
usb: isp1362: Spelling s/eclusive/exclusive/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host')
-rw-r--r-- | drivers/usb/host/isp1362.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/isp1362.h b/drivers/usb/host/isp1362.h index 650240846ee2..4c49688a069d 100644 --- a/drivers/usb/host/isp1362.h +++ b/drivers/usb/host/isp1362.h @@ -11,7 +11,7 @@ #define USE_32BIT 0 -/* These options are mutually eclusive */ +/* These options are mutually exclusive */ #define USE_PLATFORM_DELAY 0 #define USE_NDELAY 0 |