diff mbox series

docs: usb: function: Modify path name

Message ID 20210506122020.7117-1-jj251510319013@gmail.com
State New
Headers show
Series docs: usb: function: Modify path name | expand

Commit Message

Wei Ming Chen May 6, 2021, 12:20 p.m. UTC
Original path does not exists, so changed to
"Documentation/ABI/testing/configfs-usb-gadget"

Signed-off-by: Wei Ming Chen <jj251510319013@gmail.com>
---
 Documentation/usb/gadget_configfs.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jonathan Corbet May 13, 2021, 3:25 p.m. UTC | #1
Wei Ming Chen <jj251510319013@gmail.com> writes:

> Original path does not exists, so changed to

> "Documentation/ABI/testing/configfs-usb-gadget"

>

> Signed-off-by: Wei Ming Chen <jj251510319013@gmail.com>

> ---

>  Documentation/usb/gadget_configfs.rst | 2 +-

>  1 file changed, 1 insertion(+), 1 deletion(-)

>

> diff --git a/Documentation/usb/gadget_configfs.rst b/Documentation/usb/gadget_configfs.rst

> index 158e48dab586..e4566ffb223f 100644

> --- a/Documentation/usb/gadget_configfs.rst

> +++ b/Documentation/usb/gadget_configfs.rst

> @@ -140,7 +140,7 @@ is an arbitrary string allowed in a filesystem, e.g.::

>  Each function provides its specific set of attributes, with either read-only

>  or read-write access. Where applicable they need to be written to as

>  appropriate.

> -Please refer to Documentation/ABI/*/configfs-usb-gadget* for more information.

> +Please refer to Documentation/ABI/testing/configfs-usb-gadget for more information.


Applied, thanks.

jon
diff mbox series

Patch

diff --git a/Documentation/usb/gadget_configfs.rst b/Documentation/usb/gadget_configfs.rst
index 158e48dab586..e4566ffb223f 100644
--- a/Documentation/usb/gadget_configfs.rst
+++ b/Documentation/usb/gadget_configfs.rst
@@ -140,7 +140,7 @@  is an arbitrary string allowed in a filesystem, e.g.::
 Each function provides its specific set of attributes, with either read-only
 or read-write access. Where applicable they need to be written to as
 appropriate.
-Please refer to Documentation/ABI/*/configfs-usb-gadget* for more information.
+Please refer to Documentation/ABI/testing/configfs-usb-gadget for more information.
 
 4. Associating the functions with their configurations
 ------------------------------------------------------