Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 432019d6 authored by Radion Mirchevsky's avatar Radion Mirchevsky Committed by Mika Westerberg
Browse files

thunderbolt: Correct function name in kernel-doc comment



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

Signed-off-by: default avatarRadion Mirchevsky <radion.mirchevsky@intel.com>
Signed-off-by: default avatarMika Westerberg <mika.westerberg@linux.intel.com>
Reviewed-by: default avatarAndy Shevchenko <andy.shevchenko@gmail.com>
parent ee487dd2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
 *