Skip to content

Commit 5d463af

Browse files
aborzeszwesteri
authored andcommitted
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>
1 parent 836fe73 commit 5d463af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/thunderbolt/tmu.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,10 +400,10 @@ static int tmu_mode_init(struct tb_switch *sw)
400400

401401
/**
402402
* tb_switch_tmu_init() - Initialize switch TMU structures
403-
* @sw: Switch to initialized
403+
* @sw: Switch to be initialized
404404
*
405405
* This function must be called before other TMU related functions to
406-
* makes the internal structures are filled in correctly. Does not
406+
* make sure the internal structures are filled in correctly. Does not
407407
* change any hardware configuration.
408408
*
409409
* Return: %0 on success, negative errno otherwise.

0 commit comments

Comments
 (0)