From 19e02816fbbda932c66f5bba72bd45b389303102 Mon Sep 17 00:00:00 2001 From: Gil Fine Date: Mon, 27 Dec 2021 17:28:25 +0200 Subject: [PATCH 2/3] thunderbolt: Fix function tb_switch_pcie_l1_enable() description Fixed kernel-doc function description for tb_switch_pcie_l1_enable() Signed-off-by: Gil Fine --- drivers/thunderbolt/switch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/thunderbolt/switch.c b/drivers/thunderbolt/switch.c index d026e305fe5d..31b4f3f11bfb 100644 --- a/drivers/thunderbolt/switch.c +++ b/drivers/thunderbolt/switch.c @@ -3663,8 +3663,8 @@ static int tb_switch_pcie_bridge_write(struct tb_switch *sw, unsigned int bridge * * For Titan Ridge switch to enter CLx state, its PCIe bridges shall enable * entry to PCIe L1 state. Shall be called after the upstream PCIe tunnel - * was configured. Due to Intel platforms limitation, shall be called only - * for first hop switch. + * was configured. Shall be called only for first hop switch as this is the + * most common use-case and the only that is supported on Intel platforms. */ int tb_switch_pcie_l1_enable(struct tb_switch *sw) { -- 2.17.1