diff options
author | Jaejoong Kim <climbbb.kim@gmail.com> | 2018-06-14 18:56:31 +0900 |
---|---|---|
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | 2018-06-18 12:41:00 +0300 |
commit | 3ec148ebe3112b40c9a2c0c543bcb0cd1a3abd43 (patch) | |
tree | 217c6aca4f739516e80ef49dd5ef142eb20e89f2 /Documentation | |
parent | d52e4d0c0c428bf2ba35074a7495cdb28e2efbae (diff) | |
download | linux-stable-3ec148ebe3112b40c9a2c0c543bcb0cd1a3abd43.tar.gz linux-stable-3ec148ebe3112b40c9a2c0c543bcb0cd1a3abd43.tar.bz2 linux-stable-3ec148ebe3112b40c9a2c0c543bcb0cd1a3abd43.zip |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/usb/gadget_configfs.txt | 2 |
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> 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 ... ... |