thunderbolt: Fix typos in tmu.c
Fix typos in tmu.c. No functional changes. Signed-off-by: Alan Borzeszkowski <alan.borzeszkowski@linux.intel.com> Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>pull/1354/merge
parent
836fe732db
commit
5d463af981
|
|
@ -400,10 +400,10 @@ static int tmu_mode_init(struct tb_switch *sw)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* tb_switch_tmu_init() - Initialize switch TMU structures
|
* tb_switch_tmu_init() - Initialize switch TMU structures
|
||||||
* @sw: Switch to initialized
|
* @sw: Switch to be initialized
|
||||||
*
|
*
|
||||||
* This function must be called before other TMU related functions to
|
* This function must be called before other TMU related functions to
|
||||||
* makes the internal structures are filled in correctly. Does not
|
* make sure the internal structures are filled in correctly. Does not
|
||||||
* change any hardware configuration.
|
* change any hardware configuration.
|
||||||
*
|
*
|
||||||
* Return: %0 on success, negative errno otherwise.
|
* Return: %0 on success, negative errno otherwise.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue