diff options
author | Xiang Wangx <wangxiang@cdjrlc.com> | 2022-06-17 00:38:30 +0800 |
---|---|---|
committer | Mika Westerberg <mika.westerberg@linux.intel.com> | 2022-06-17 18:19:15 +0300 |
commit | 34b9715b7caee2e2b7d74bb4230f2be2c2765c0a (patch) | |
tree | 77fccbcdc7cd39f1ad5ccc1d60635f273f6c1c05 /drivers/thunderbolt | |
parent | 7ec58378a985618909ffae18e4ac0de2ae625f33 (diff) | |
download | linux-34b9715b7caee2e2b7d74bb4230f2be2c2765c0a.tar.gz linux-34b9715b7caee2e2b7d74bb4230f2be2c2765c0a.tar.bz2 linux-34b9715b7caee2e2b7d74bb4230f2be2c2765c0a.zip |
thunderbolt: Fix typo in comment
Delete the redundant word 'the'.
Signed-off-by: Xiang Wangx <wangxiang@cdjrlc.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Diffstat (limited to 'drivers/thunderbolt')
-rw-r--r-- | drivers/thunderbolt/ctl.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |