Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Thiébaud Weksteen and committed by
Greg Kroah-Hartman
77df6d8d a62d2d44

+1 -1
+1 -1
Documentation/usb/authorization.txt
··· 119 119 be triggered manually by writing INTERFACE to /sys/bus/usb/drivers_probe 120 120 121 121 For drivers that need multiple interfaces all needed interfaces should be 122 - authroized first. After that the drivers should be probed. 122 + authorized first. After that the drivers should be probed. 123 123 This avoids side effects.