2021-09-14 14:37:23

by Mauro Carvalho Chehab

[permalink] [raw]
Subject: [PATCH v2 11/29] ABI: sysfs-class-typec: fix a bad What field

The <partner> wildcard is missing the '<' character. Fix it.

Signed-off-by: Mauro Carvalho Chehab <[email protected]>
---
Documentation/ABI/testing/sysfs-class-typec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/ABI/testing/sysfs-class-typec b/Documentation/ABI/testing/sysfs-class-typec
index 40122d915ae1..c09add32e596 100644
--- a/Documentation/ABI/testing/sysfs-class-typec
+++ b/Documentation/ABI/testing/sysfs-class-typec
@@ -200,7 +200,7 @@ Description: USB Power Delivery Specification defines a set of product types
amc Alternate Mode Controller
====================== ==========================

-What: /sys/class/typec/<port>-partner>/identity/
+What: /sys/class/typec/<port>-<partner>/identity/
Date: April 2017
Contact: Heikki Krogerus <[email protected]>
Description:
--
2.31.1


2021-09-14 14:47:56

by Heikki Krogerus

[permalink] [raw]
Subject: Re: [PATCH v2 11/29] ABI: sysfs-class-typec: fix a bad What field

On Tue, Sep 14, 2021 at 04:32:26PM +0200, Mauro Carvalho Chehab wrote:
> The <partner> wildcard is missing the '<' character. Fix it.
>
> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
> ---
> Documentation/ABI/testing/sysfs-class-typec | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/ABI/testing/sysfs-class-typec b/Documentation/ABI/testing/sysfs-class-typec
> index 40122d915ae1..c09add32e596 100644
> --- a/Documentation/ABI/testing/sysfs-class-typec
> +++ b/Documentation/ABI/testing/sysfs-class-typec
> @@ -200,7 +200,7 @@ Description: USB Power Delivery Specification defines a set of product types
> amc Alternate Mode Controller
> ====================== ==========================
>
> -What: /sys/class/typec/<port>-partner>/identity/
> +What: /sys/class/typec/<port>-<partner>/identity/
> Date: April 2017
> Contact: Heikki Krogerus <[email protected]>
> Description:

It's just a typo. It should be <port>-partner, not <port>-<partner>.

thanks,

--
heikki