From: Bin Liu Date: Tue, 9 Jan 2018 19:27:17 +0000 (-0600) Subject: Documentation: usb: fix typo in UVC gadgetfs config command X-Git-Tag: v4.19~1846^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1a2e91e795def04e15fac87b8e16b635691d0b82;p=platform%2Fkernel%2Flinux-rpi.git Documentation: usb: fix typo in UVC gadgetfs config command This seems to be a copy&paste error. With the fix the uvc gadget now can be created by following the instrucitons. Signed-off-by: Bin Liu Signed-off-by: Greg Kroah-Hartman --- diff --git a/Documentation/usb/gadget-testing.txt b/Documentation/usb/gadget-testing.txt index 441a4b9b..5908a21 100644 --- a/Documentation/usb/gadget-testing.txt +++ b/Documentation/usb/gadget-testing.txt @@ -693,7 +693,7 @@ such specification consists of a number of lines with an inverval value in each line. The rules stated above are best illustrated with an example: # mkdir functions/uvc.usb0/control/header/h -# cd functions/uvc.usb0/control/header/h +# cd functions/uvc.usb0/control/ # ln -s header/h class/fs # ln -s header/h class/ss # mkdir -p functions/uvc.usb0/streaming/uncompressed/u/360p