diff options
author | Gil Fine <gil.fine@intel.com> | 2022-05-26 13:59:18 +0300 |
---|---|---|
committer | Mika Westerberg <mika.westerberg@linux.intel.com> | 2022-06-06 12:19:23 +0300 |
commit | b4e08d5d08192699e68ffa796bd2c3ab58af5730 (patch) | |
tree | 42b622516c9c5d489dda2e926140111722203882 /drivers/thunderbolt/tmu.c | |
parent | 418a5a3d6596f62424b24192b642d959d4c73d25 (diff) | |
download | linux-b4e08d5d08192699e68ffa796bd2c3ab58af5730.tar.xz |
thunderbolt: Fix typos in CLx enabling
Fix few typos in CLx enabling.
Signed-off-by: Gil Fine <gil.fine@intel.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Diffstat (limited to 'drivers/thunderbolt/tmu.c')
-rw-r--r-- | drivers/thunderbolt/tmu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thunderbolt/tmu.c b/drivers/thunderbolt/tmu.c index e4a07a26f693..b656659d02fb 100644 --- a/drivers/thunderbolt/tmu.c +++ b/drivers/thunderbolt/tmu.c @@ -606,7 +606,7 @@ int tb_switch_tmu_enable(struct tb_switch *sw) /** * tb_switch_tmu_configure() - Configure the TMU rate and directionality * @sw: Router whose mode to change - * @rate: Rate to configure Off/LowRes/HiFi + * @rate: Rate to configure Off/Normal/HiFi * @unidirectional: If uni-directional (bi-directional otherwise) * * Selects the rate of the TMU and directionality (uni-directional or |