Browse Source

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>
Jaejoong Kim 7 years ago
parent
commit
3ec148ebe3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Documentation/usb/gadget_configfs.txt

+ 1 - 1
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
 
 ...
 ...