mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
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>
This commit is contained in:
parent
db5ed9beab
commit
6e22168954
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ Accept or decline an interface. If you accept the device return 0,
|
||||||
otherwise -ENODEV or -ENXIO. Other error codes should be used only if a
|
otherwise -ENODEV or -ENXIO. Other error codes should be used only if a
|
||||||
genuine error occurred during initialisation which prevented a driver
|
genuine error occurred during initialisation which prevented a driver
|
||||||
from accepting a device that would else have been accepted.
|
from accepting a device that would else have been accepted.
|
||||||
You are strongly encouraged to use usbcore'sfacility,
|
You are strongly encouraged to use usbcore's facility,
|
||||||
usb_set_intfdata(), to associate a data structure with an interface, so
|
usb_set_intfdata(), to associate a data structure with an interface, so
|
||||||
that you know which internal state and identity you associate with a
|
that you know which internal state and identity you associate with a
|
||||||
particular interface. The device will not be suspended and you may do IO
|
particular interface. The device will not be suspended and you may do IO
|
||||||
|
|
Loading…
Reference in a new issue