]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
thunderbolt: Fix typos in lc.c
authorAlan Borzeszkowski <alan.borzeszkowski@linux.intel.com>
Tue, 2 Sep 2025 14:38:39 +0000 (16:38 +0200)
committerMika Westerberg <mika.westerberg@linux.intel.com>
Mon, 17 Nov 2025 07:24:23 +0000 (08:24 +0100)
Fix typos in lc.c. No functional changes.

Signed-off-by: Alan Borzeszkowski <alan.borzeszkowski@linux.intel.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/thunderbolt/lc.c

index 0891d51ac2e9a42ac4d552053d8500349e1a835b..4449c28cc5f1928f83e5e7f0e4eca5e31a0e6167 100644 (file)
@@ -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) {