diff options
author | Carlos Garcia <carlos@cgarcia.org> | 2014-04-04 22:31:00 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-05-05 15:32:05 +0200 |
commit | c98be0c96db00e9b6b02d31e0fa7590c54cdaaac (patch) | |
tree | 3c189a2a2342bf4454fd8826ad61b2cb84eab6b3 /Documentation/hid/uhid.txt | |
parent | 07656d83085dfd3d5eff5d588a6f50c35c853ee0 (diff) |
doc: spelling error changes
Fixed multiple spelling errors.
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Carlos E. Garcia <carlos@cgarcia.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/hid/uhid.txt')
-rw-r--r-- | Documentation/hid/uhid.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/hid/uhid.txt b/Documentation/hid/uhid.txt index dc35a2b75eee..31cabfd67497 100644 --- a/Documentation/hid/uhid.txt +++ b/Documentation/hid/uhid.txt @@ -114,7 +114,7 @@ the request was handled successfully. read() ------ -read() will return a queued ouput report. These output reports can be of type +read() will return a queued output report. These output reports can be of type UHID_START, UHID_STOP, UHID_OPEN, UHID_CLOSE, UHID_OUTPUT or UHID_OUTPUT_EV. No reaction is required to any of them but you should handle them according to your needs. Only UHID_OUTPUT and UHID_OUTPUT_EV have payloads. |