Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3ec148eb authored by Jaejoong Kim's avatar Jaejoong Kim Committed by Felipe Balbi
Browse files

doc: usb: Fix typo in gadget_configfs documentation



Fix the directory name from 'configfs' to 'configs'.

Signed-off-by: default avatarJaejoong Kim <climbbb.kim@gmail.com>
Signed-off-by: default avatarFelipe Balbi <felipe.balbi@linux.intel.com>
parent d52e4d0c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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

...
...