diff mbox series

drivers/thunderbolt: fix repeated words in comments

Message ID 20220822122921.26437-1-yuanjilin@cdjrlc.com (mailing list archive)
State New, archived
Headers show
Series drivers/thunderbolt: fix repeated words in comments | expand

Commit Message

Jilin Yuan Aug. 22, 2022, 12:29 p.m. UTC
Delete the redundant word 'the'.

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

Comments

Mika Westerberg Aug. 23, 2022, 9:50 a.m. UTC | #1
Hi,

On Mon, Aug 22, 2022 at 08:29:21PM +0800, Jilin Yuan wrote:
>  Delete the redundant word 'the'.
> 
> Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>

This is already fixed by 34b9715b7cae ("thunderbolt: Fix typo in comment").
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.
 			    */