]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
thunderbolt: Correct function name in kernel-doc comment
authorRadion Mirchevsky <radion.mirchevsky@intel.com>
Wed, 4 Oct 2017 12:07:40 +0000 (15:07 +0300)
committerMika Westerberg <mika.westerberg@linux.intel.com>
Fri, 9 Mar 2018 09:54:10 +0000 (12:54 +0300)
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>
drivers/thunderbolt/switch.c

index 1cc79785ce429b453e90c7f21ac05d735b2bc88e..2a0bded44922f03849b465d578175d929d110e72 100644 (file)
@@ -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
  *