linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* doc: usb: Fix typo in gadget_configfs documentation
@ 2018-06-14  9:56 Jaejoong Kim
  0 siblings, 0 replies; only message in thread
From: Jaejoong Kim @ 2018-06-14  9:56 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Krzysztof Opasiak, Felipe Balbi; +Cc: linux-usb

Fix the directory name from 'configfs' to 'configs'.

Signed-off-by: Jaejoong Kim <climbbb.kim@gmail.com>
---
 Documentation/usb/gadget_configfs.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/usb/gadget_configfs.txt b/Documentation/usb/gadget_configfs.txt
index 635e574..b8cb38a 100644
--- a/Documentation/usb/gadget_configfs.txt
+++ b/Documentation/usb/gadget_configfs.txt
@@ -226,7 +226,7 @@ $ rm configs/<config name>.<number>/<function>
 where <config name>.<number> specify the configuration and <function> is
 a symlink to a function being removed from the configuration, e.g.:
 
-$ rm configfs/c.1/ncm.usb0
+$ rm configs/c.1/ncm.usb0
 
 ...
 ...

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-06-14  9:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-14  9:56 doc: usb: Fix typo in gadget_configfs documentation Jaejoong Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).