Commit 6e7be1a0a87da3c54f0036a1601a58ac0616b2bb

Authored by Tobias Klauser
Committed by Greg Kroah-Hartman
1 parent 6d721b2946

USB: Documentation: Use correct character in gadget_hid.txt

Use ASCII minus sign instead of unicode EN DASH in gadget_hid.txt. Also remove
two unecessary spaces in the same file.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

Showing 1 changed file with 3 additions and 3 deletions Side-by-side Diff

Documentation/usb/gadget_hid.txt
... ... @@ -81,8 +81,8 @@
81 81 to do this.
82 82  
83 83 hid_gadget_test is a small interactive program to test the HID
84   - gadget driver. To use, point it at a hidg device and set the
85   - device type (keyboard / mouse / joystick) - E.G.:
  84 + gadget driver. To use, point it at a hidg device and set the
  85 + device type (keyboard / mouse / joystick) - E.G.:
86 86  
87 87 # hid_gadget_test /dev/hidg0 keyboard
88 88  
... ... @@ -97,7 +97,7 @@
97 97 HID gadget.
98 98  
99 99 Another interesting example is the caps lock test. Type
100   - -caps-lock and hit return. A report is then sent by the
  100 + --caps-lock and hit return. A report is then sent by the
101 101 gadget and you should receive the host answer, corresponding
102 102 to the caps lock LED status.
103 103