diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-06-25 20:42:16 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-06-25 20:42:16 +0800 |
commit | 9d1a68c458c71171f8670d7e994ba1d135790fe7 (patch) | |
tree | c9905c6f2ef837247ca05499dfd3453cec88b246 /Documentation | |
parent | 7daf201d7fe8334e2d2364d4e8ed3394ec9af819 (diff) | |
parent | 1d8e5c00275825fc42aaa5597dab1d0b5b26bb64 (diff) |
Merge tag 'fixes-for-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus
usb: fixes for v4.18-rc1
First set of fixes for the current -rc cycle. The main parts being
warnings of different kinds being fixed. We're also adding support for
Intel'l Icelake devices on dwc3-pci.c.
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 ... ... |