From: ThiƩbaud Weksteen Date: Mon, 26 Nov 2018 14:49:26 +0000 (+0100) Subject: Documentation/usb: Fix typo X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~5633^2~38 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=77df6d8d7298fd3fae12a646fd368fdcdb86152c;p=linux.git Documentation/usb: Fix typo Fix small typo authroized -> authorized in the authorization page. Signed-off-by: ThiƩbaud Weksteen Signed-off-by: Greg Kroah-Hartman --- diff --git a/Documentation/usb/authorization.txt b/Documentation/usb/authorization.txt index c7e985f05d8f..f901ec77439c 100644 --- a/Documentation/usb/authorization.txt +++ b/Documentation/usb/authorization.txt @@ -119,5 +119,5 @@ If a deauthorized interface will be authorized so the driver probing must be triggered manually by writing INTERFACE to /sys/bus/usb/drivers_probe For drivers that need multiple interfaces all needed interfaces should be -authroized first. After that the drivers should be probed. +authorized first. After that the drivers should be probed. This avoids side effects.