1
0
Fork 0

Documentation/usb: Fix typo

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

Signed-off-by: Thiébaud Weksteen <tweek@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.1
Thiébaud Weksteen 2018-11-26 15:49:26 +01:00 committed by Greg Kroah-Hartman
parent a62d2d4490
commit 77df6d8d72
1 changed files with 1 additions and 1 deletions

View File

@ -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.