Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964982AbeAIT10 (ORCPT + 1 other); Tue, 9 Jan 2018 14:27:26 -0500 Received: from fllnx209.ext.ti.com ([198.47.19.16]:27939 "EHLO fllnx209.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935447AbeAIT1Z (ORCPT ); Tue, 9 Jan 2018 14:27:25 -0500 From: Bin Liu To: , CC: Greg Kroah-Hartman , Jonathan Corbet , Andrzej Pietrasiewicz , Bin Liu Subject: [PATCH] Documentation: usb: fix typo in UVC gadgetfs config command Date: Tue, 9 Jan 2018 13:27:17 -0600 Message-ID: <1515526037-25641-1-git-send-email-b-liu@ti.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: 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 --- Documentation/usb/gadget-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/usb/gadget-testing.txt b/Documentation/usb/gadget-testing.txt index 441a4b9b666f..5908a21fddb6 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 -- 1.9.1