summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt/switch.c
diff options
context:
space:
mode:
authorRadion Mirchevsky2017-10-04 14:07:40 +0200
committerMika Westerberg2018-03-09 10:54:10 +0100
commit432019d644878dbefd8ec2482cb01ec68b8722b9 (patch)
tree4b8f49d6c0ed38f2ac461fbfc4be8e93abdab3db /drivers/thunderbolt/switch.c
parentthunderbolt: Factor common ICM add and update operations out (diff)
downloadkernel-qcow2-linux-432019d644878dbefd8ec2482cb01ec68b8722b9.tar.gz
kernel-qcow2-linux-432019d644878dbefd8ec2482cb01ec68b8722b9.tar.xz
kernel-qcow2-linux-432019d644878dbefd8ec2482cb01ec68b8722b9.zip
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>
Diffstat (limited to 'drivers/thunderbolt/switch.c')
-rw-r--r--drivers/thunderbolt/switch.c2
1 files changed, 1 insertions, 1 deletions
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
*