Commit 77df6d8d authored by Thiébaud Weksteen's avatar Thiébaud Weksteen Committed by Greg Kroah-Hartman
Browse files

Documentation/usb: Fix typo



Fix small typo authroized -> authorized in the authorization page.

Signed-off-by: default avatarThiébaud Weksteen <tweek@google.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a62d2d44
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.