From 0370b14fd55cb9590d76cdea20a6ce0e45d6d3c3 Mon Sep 17 00:00:00 2001 From: Alan Borzeszkowski Date: Tue, 2 Sep 2025 16:38:39 +0200 Subject: [PATCH] thunderbolt: Fix typos in lc.c Fix typos in lc.c. No functional changes. Signed-off-by: Alan Borzeszkowski Signed-off-by: Mika Westerberg --- drivers/thunderbolt/lc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/thunderbolt/lc.c b/drivers/thunderbolt/lc.c index 0891d51ac2e9a..4449c28cc5f19 100644 --- a/drivers/thunderbolt/lc.c +++ b/drivers/thunderbolt/lc.c @@ -558,7 +558,7 @@ static int tb_lc_dp_sink_available(struct tb_switch *sw, int sink) return ret; /* - * Sink is available for CM/SW to use if the allocation valie is + * Sink is available for CM/SW to use if the allocation value is * either 0 or 1. */ if (!sink) { -- 2.47.3