diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2019-06-17 17:02:22 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-06-18 09:51:28 +0300 |
commit | b6409906c7c03b7ca090678614ef027bb8537196 (patch) | |
tree | 48dda8d193c1d43a439b196a9b5820e7ed4d1b20 /drivers | |
parent | 6d101f24f1dd41ef6eff3d7f175417ce27a3055a (diff) | |
download | linux-b6409906c7c03b7ca090678614ef027bb8537196.tar.xz |
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')
-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 |