diff mbox series

thunderbolt: Fix typo in comment

Message ID 20220616163830.11366-1-wangxiang@cdjrlc.com (mailing list archive)
State Accepted
Commit 34b9715b7caee2e2b7d74bb4230f2be2c2765c0a
Headers show
Series thunderbolt: Fix typo in comment | expand

Commit Message

Xiang wangx June 16, 2022, 4:38 p.m. UTC
Delete the redundant word 'the'.

Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
---
 drivers/thunderbolt/ctl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Mika Westerberg June 17, 2022, 3:20 p.m. UTC | #1
On Fri, Jun 17, 2022 at 12:38:30AM +0800, Xiang wangx wrote:
> Delete the redundant word 'the'.
> 
> Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>

Applied, thanks!
diff mbox series

Patch

diff --git a/drivers/thunderbolt/ctl.h b/drivers/thunderbolt/ctl.h
index e8c64898dfce..7c7d80f96c0c 100644
--- a/drivers/thunderbolt/ctl.h
+++ b/drivers/thunderbolt/ctl.h
@@ -35,7 +35,7 @@  struct tb_cfg_result {
 			    * If err = 1 then this is the port that send the
 			    * error.
 			    * If err = 0 and if this was a cfg_read/write then
-			    * this is the the upstream port of the responding
+			    * this is the upstream port of the responding
 			    * switch.
 			    * Otherwise the field is set to zero.
 			    */