From: Alan Borzeszkowski Date: Tue, 2 Sep 2025 14:38:46 +0000 (+0200) Subject: thunderbolt: Fix typos in tmu.c X-Git-Tag: v6.19-rc1~63^2~6^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d463af9818cd4d6206abac59ba32bcd42bf5d7c;p=thirdparty%2Fkernel%2Fstable.git thunderbolt: Fix typos in tmu.c Fix typos in tmu.c. No functional changes. Signed-off-by: Alan Borzeszkowski Signed-off-by: Mika Westerberg --- diff --git a/drivers/thunderbolt/tmu.c b/drivers/thunderbolt/tmu.c index b22831b41ec0b..cf779874c6756 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.