Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Alan Borzeszkowski and committed by
Mika Westerberg
5d463af9 836fe732

+2 -2
+2 -2
drivers/thunderbolt/tmu.c
··· 400 400 401 401 /** 402 402 * tb_switch_tmu_init() - Initialize switch TMU structures 403 - * @sw: Switch to initialized 403 + * @sw: Switch to be initialized 404 404 * 405 405 * 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 407 407 * change any hardware configuration. 408 408 * 409 409 * Return: %0 on success, negative errno otherwise.