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

trivial: usb: fix missing space typo in doc

Signed-off-by: Márton Németh <nm127@freemail.hu>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Németh Márton and committed by
Jiri Kosina
6e221689 db5ed9be

+1 -1
+1 -1
Documentation/usb/callbacks.txt
··· 65 65 otherwise -ENODEV or -ENXIO. Other error codes should be used only if a 66 66 genuine error occurred during initialisation which prevented a driver 67 67 from accepting a device that would else have been accepted. 68 - You are strongly encouraged to use usbcore'sfacility, 68 + You are strongly encouraged to use usbcore's facility, 69 69 usb_set_intfdata(), to associate a data structure with an interface, so 70 70 that you know which internal state and identity you associate with a 71 71 particular interface. The device will not be suspended and you may do IO