[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20251229011624.146700-1-andyshrk@163.com>
Date: Mon, 29 Dec 2025 09:16:22 +0800
From: Andy Yan <andyshrk@....com>
To: badhri@...gle.com
Cc: gregkh@...uxfoundation.org,
heikki.krogerus@...ux.intel.com,
linux-kernel@...r.kernel.org,
linux-usb@...r.kernel.org,
Andy Yan <andyshrk@....com>
Subject: [PATCH] tcpm: Fix a typo
There should be a space between the two words: Responder and supports.
Signed-off-by: Andy Yan <andyshrk@....com>
---
drivers/usb/typec/tcpm/tcpm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/usb/typec/tcpm/tcpm.c b/drivers/usb/typec/tcpm/tcpm.c
index 4ca2746ce16b..6acb69a158fb 100644
--- a/drivers/usb/typec/tcpm/tcpm.c
+++ b/drivers/usb/typec/tcpm/tcpm.c
@@ -1808,7 +1808,7 @@ static bool svdm_consume_svids(struct tcpm_port *port, const u32 *p, int cnt,
/*
* PD3.0 Spec 6.4.4.3.2: The SVIDs are returned 2 per VDO (see Table
* 6-43), and can be returned maximum 6 VDOs per response (see Figure
- * 6-19). If the Respondersupports 12 or more SVID then the Discover
+ * 6-19). If the Responder supports 12 or more SVID then the Discover
* SVIDs Command Shall be executed multiple times until a Discover
* SVIDs VDO is returned ending either with a SVID value of 0x0000 in
* the last part of the last VDO or with a VDO containing two SVIDs
--
2.43.0
base-commit: 9448598b22c50c8a5bb77a9103e2d49f134c9578
branch: master
Powered by blists - more mailing lists