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>
This commit is contained in:
parent
d52e4d0c0c
commit
3ec148ebe3
|
@ -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
|
||||
|
||||
...
|
||||
...
|
||||
|
|
Loading…
Reference in New Issue