aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaejoong Kim <climbbb.kim@gmail.com>2018-06-14 05:56:31 -0400
committerFelipe Balbi <felipe.balbi@linux.intel.com>2018-06-18 05:41:00 -0400
commit3ec148ebe3112b40c9a2c0c543bcb0cd1a3abd43 (patch)
tree217c6aca4f739516e80ef49dd5ef142eb20e89f2
parentd52e4d0c0c428bf2ba35074a7495cdb28e2efbae (diff)
doc: usb: Fix typo in gadget_configfs documentation
Fix the directory name from 'configfs' to 'configs'. Signed-off-by: Jaejoong Kim <climbbb.kim@gmail.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
-rw-r--r--Documentation/usb/gadget_configfs.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/usb/gadget_configfs.txt b/Documentation/usb/gadget_configfs.txt
index 635e57493709..b8cb38a98c19 100644
--- a/Documentation/usb/gadget_configfs.txt
+++ b/Documentation/usb/gadget_configfs.txt
@@ -226,7 +226,7 @@ $ rm configs/<config name>.<number>/<function>
226where <config name>.<number> specify the configuration and <function> is 226where <config name>.<number> specify the configuration and <function> is
227a symlink to a function being removed from the configuration, e.g.: 227a symlink to a function being removed from the configuration, e.g.:
228 228
229$ rm configfs/c.1/ncm.usb0 229$ rm configs/c.1/ncm.usb0
230 230
231... 231...
232... 232...