aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/hid
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-11-08 07:57:35 -0500
committerJiri Kosina <jkosina@suse.cz>2012-11-19 08:28:24 -0500
commit4e79162a52da61c3a67d0796b9f0e37a5e0ccbd6 (patch)
treed3e436308ec9ec630f5a5390618b9364895ec281 /Documentation/hid
parent20879696b7660b6c4115a913e39f890d5bbd1f81 (diff)
doc: fix quite a few typos within Documentation
Correct spelling typo in Documentations Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/hid')
-rw-r--r--Documentation/hid/uhid.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/hid/uhid.txt b/Documentation/hid/uhid.txt
index 4627c4241ece..3c741214dfbb 100644
--- a/Documentation/hid/uhid.txt
+++ b/Documentation/hid/uhid.txt
@@ -108,7 +108,7 @@ the request was handled successfully.
108 UHID_FEATURE_ANSWER: 108 UHID_FEATURE_ANSWER:
109 If you receive a UHID_FEATURE request you must answer with this request. You 109 If you receive a UHID_FEATURE request you must answer with this request. You
110 must copy the "id" field from the request into the answer. Set the "err" field 110 must copy the "id" field from the request into the answer. Set the "err" field
111 to 0 if no error occured or to EIO if an I/O error occurred. 111 to 0 if no error occurred or to EIO if an I/O error occurred.
112 If "err" is 0 then you should fill the buffer of the answer with the results 112 If "err" is 0 then you should fill the buffer of the answer with the results
113 of the feature request and set "size" correspondingly. 113 of the feature request and set "size" correspondingly.
114 114