aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/usb
diff options
context:
space:
mode:
authorNémeth Márton <nm127@freemail.hu>2009-06-06 19:06:36 +0200
committerJiri Kosina <jkosina@suse.cz>2009-06-12 18:01:51 +0200
commit6e2216895421b4f83d2ebac15c9d9506dc105cff (patch)
tree447d61be011d453f34a67cae2fd7c0fe5fde9ad2 /Documentation/usb
parentdb5ed9beabc0a2084ab0e0cc46bf911b8bf16fa8 (diff)
downloadkernel_samsung_smdk4412-6e2216895421b4f83d2ebac15c9d9506dc105cff.zip
kernel_samsung_smdk4412-6e2216895421b4f83d2ebac15c9d9506dc105cff.tar.gz
kernel_samsung_smdk4412-6e2216895421b4f83d2ebac15c9d9506dc105cff.tar.bz2
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>
Diffstat (limited to 'Documentation/usb')
-rw-r--r--Documentation/usb/callbacks.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/usb/callbacks.txt b/Documentation/usb/callbacks.txt
index 7c81241..bfb36b3 100644
--- a/Documentation/usb/callbacks.txt
+++ b/Documentation/usb/callbacks.txt
@@ -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