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>
This commit is contained in:
parent
418a5a3d65
commit
b4e08d5d08
|
@ -3556,7 +3556,7 @@ static int tb_switch_enable_cl0s(struct tb_switch *sw)
|
||||||
* to improve performance. CLx is enabled only if both sides of the link
|
* to improve performance. CLx is enabled only if both sides of the link
|
||||||
* support CLx, and if both sides of the link are not configured as two
|
* support CLx, and if both sides of the link are not configured as two
|
||||||
* single lane links and only if the link is not inter-domain link. The
|
* single lane links and only if the link is not inter-domain link. The
|
||||||
* complete set of conditions is descibed in CM Guide 1.0 section 8.1.
|
* complete set of conditions is described in CM Guide 1.0 section 8.1.
|
||||||
*
|
*
|
||||||
* Return: Returns 0 on success or an error code on failure.
|
* Return: Returns 0 on success or an error code on failure.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -606,7 +606,7 @@ int tb_switch_tmu_enable(struct tb_switch *sw)
|
||||||
/**
|
/**
|
||||||
* tb_switch_tmu_configure() - Configure the TMU rate and directionality
|
* tb_switch_tmu_configure() - Configure the TMU rate and directionality
|
||||||
* @sw: Router whose mode to change
|
* @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)
|
* @unidirectional: If uni-directional (bi-directional otherwise)
|
||||||
*
|
*
|
||||||
* Selects the rate of the TMU and directionality (uni-directional or
|
* Selects the rate of the TMU and directionality (uni-directional or
|
||||||
|
|
Loading…
Reference in New Issue