From: Alan Borzeszkowski Date: Tue, 2 Sep 2025 14:38:39 +0000 (+0200) Subject: thunderbolt: Fix typos in lc.c X-Git-Tag: v6.19-rc1~63^2~6^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0370b14fd55cb9590d76cdea20a6ce0e45d6d3c3;p=thirdparty%2Flinux.git thunderbolt: Fix typos in lc.c Fix typos in lc.c. No functional changes. Signed-off-by: Alan Borzeszkowski Signed-off-by: Mika Westerberg --- 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) {