]> Pileus Git - ~andy/linux/commitdiff
USB: Documentation: Use correct character in gadget_hid.txt
authorTobias Klauser <tklauser@distanz.ch>
Wed, 22 Jun 2011 08:33:02 +0000 (10:33 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 1 Jul 2011 21:43:27 +0000 (14:43 -0700)
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>
Documentation/usb/gadget_hid.txt

index f4a51f567427b90cc0b5e4b9ad25f22acdac36ae..12696c2e43fb1391b52b09d4ca405cfd1d7bce9d 100644 (file)
@@ -81,8 +81,8 @@ Send and receive HID reports
        to do this.
 
        hid_gadget_test is a small interactive program to test the HID
-       gadget driver. To use, point it at a hidg device and set the
-       device type (keyboard / mouse / joystick) - E.G.:
+       gadget driver. To use, point it at a hidg device and set the
+       device type (keyboard / mouse / joystick) - E.G.:
 
                # hid_gadget_test /dev/hidg0 keyboard
 
@@ -97,7 +97,7 @@ Send and receive HID reports
        HID gadget.
 
        Another interesting example is the caps lock test. Type
-       -caps-lock and hit return. A report is then sent by the
+       --caps-lock and hit return. A report is then sent by the
        gadget and you should receive the host answer, corresponding
        to the caps lock LED status.