diff options
| author | Alan Borzeszkowski <alan.borzeszkowski@linux.intel.com> | 2025-09-02 16:38:34 +0200 |
|---|---|---|
| committer | Mika Westerberg <mika.westerberg@linux.intel.com> | 2025-11-17 08:22:51 +0100 |
| commit | d0d7c4062d321bd8cf187db6d9b0d4eb8b0650ef (patch) | |
| tree | 7b725a587463e4d23cbcc6c48d396cd391d5b82d | |
| parent | 9393a3a4207f35a2cd1ff5994ed17e8fbd9ce787 (diff) | |
thunderbolt: Fix typos in ctl.c
Fix typos in ctl.c. No functional changes.
Signed-off-by: Alan Borzeszkowski <alan.borzeszkowski@linux.intel.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
| -rw-r--r-- | drivers/thunderbolt/ctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thunderbolt/ctl.c b/drivers/thunderbolt/ctl.c index f92175ee3841..d7a535671404 100644 --- a/drivers/thunderbolt/ctl.c +++ b/drivers/thunderbolt/ctl.c @@ -412,7 +412,7 @@ static void tb_ctl_rx_submit(struct ctl_pkg *pkg) * We ignore failures during stop. * All rx packets are referenced * from ctl->rx_packets, so we do - * not loose them. + * not lose them. */ } |
