From: Radion Mirchevsky Date: Wed, 4 Oct 2017 12:07:40 +0000 (+0300) Subject: thunderbolt: Correct function name in kernel-doc comment X-Git-Tag: v4.17-rc1~122^2~30^2~10 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=432019d644878dbefd8ec2482cb01ec68b8722b9;p=linux.git 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 Signed-off-by: Mika Westerberg Reviewed-by: Andy Shevchenko --- diff --git a/drivers/thunderbolt/switch.c b/drivers/thunderbolt/switch.c index 1cc79785ce42..2a0bded44922 100644 --- a/drivers/thunderbolt/switch.c +++ b/drivers/thunderbolt/switch.c @@ -1528,7 +1528,7 @@ struct tb_switch *tb_switch_find_by_link_depth(struct tb *tb, u8 link, u8 depth) } /** - * tb_switch_find_by_link_depth() - Find switch by UUID + * tb_switch_find_by_uuid() - Find switch by UUID * @tb: Domain the switch belongs * @uuid: UUID to look for *