diff options
| author | Alan Borzeszkowski <alan.borzeszkowski@linux.intel.com> | 2025-09-02 16:38:46 +0200 |
|---|---|---|
| committer | Mika Westerberg <mika.westerberg@linux.intel.com> | 2025-11-17 08:24:24 +0100 |
| commit | 5d463af9818cd4d6206abac59ba32bcd42bf5d7c (patch) | |
| tree | 55ddb7db3a486d628768f36f3300cac505b6452f | |
| parent | 836fe732db6068e6d3909c32bfebcf7572a2bbc6 (diff) | |
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>
| -rw-r--r-- | drivers/thunderbolt/tmu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/thunderbolt/tmu.c b/drivers/thunderbolt/tmu.c index b22831b41ec0..cf779874c675 100644 --- a/drivers/thunderbolt/tmu.c +++ b/drivers/thunderbolt/tmu.c @@ -400,10 +400,10 @@ static int tmu_mode_init(struct tb_switch *sw) /** * 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 - * 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. * * Return: %0 on success, negative errno otherwise. |
