2022-06-16 16:43:49

by Xiang wangx

[permalink] [raw]
Subject: [PATCH] thunderbolt: Fix typo in comment

Delete the redundant word 'the'.

Signed-off-by: Xiang wangx <[email protected]>
---
drivers/thunderbolt/ctl.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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.
*/
--
2.36.1


2022-06-17 17:09:36

by Mika Westerberg

[permalink] [raw]
Subject: Re: [PATCH] thunderbolt: Fix typo in comment

On Fri, Jun 17, 2022 at 12:38:30AM +0800, Xiang wangx wrote:
> Delete the redundant word 'the'.
>
> Signed-off-by: Xiang wangx <[email protected]>

Applied, thanks!