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:
Jaejoong Kim 2018-06-14 18:56:31 +09:00 committed by Felipe Balbi
parent d52e4d0c0c
commit 3ec148ebe3
1 changed files with 1 additions and 1 deletions

View File

@ -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
...
...