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

thunderbolt: Correct function name in kernel-doc comment

Use correct name in kernel-doc of tb_switch_find_by_uuid().

Signed-off-by: Radion Mirchevsky <radion.mirchevsky@intel.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>

authored by

Radion Mirchevsky and committed by
Mika Westerberg
432019d6 ee487dd2

+1 -1
+1 -1
drivers/thunderbolt/switch.c
··· 1528 1528 } 1529 1529 1530 1530 /** 1531 - * tb_switch_find_by_link_depth() - Find switch by UUID 1531 + * tb_switch_find_by_uuid() - Find switch by UUID 1532 1532 * @tb: Domain the switch belongs 1533 1533 * @uuid: UUID to look for 1534 1534 *