Skip to content

Commit

Permalink
trivial: usb: fix missing space typo in doc
Browse files Browse the repository at this point in the history
Signed-off-by: Márton Németh <nm127@freemail.hu>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
nmarci1 authored and Jiri Kosina committed Jun 12, 2009
1 parent db5ed9b commit 6e22168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/usb/callbacks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
genuine error occurred during initialisation which prevented a driver
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
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
Expand Down

0 comments on commit 6e22168

Please sign in to comment.