From: Alan Borzeszkowski Date: Tue, 2 Sep 2025 14:38:40 +0000 (+0200) Subject: thunderbolt: Fix typos in nhi.c X-Git-Tag: v6.19-rc1~63^2~6^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c9ad530d36c2890dabb66c81b77e067f2c6100b;p=thirdparty%2Fkernel%2Flinux.git thunderbolt: Fix typos in nhi.c Fix typos in nhi.c. No functional changes. Signed-off-by: Alan Borzeszkowski Signed-off-by: Mika Westerberg --- diff --git a/drivers/thunderbolt/nhi.c b/drivers/thunderbolt/nhi.c index 5f63f9b9cf405..ac3b83a05dbc0 100644 --- a/drivers/thunderbolt/nhi.c +++ b/drivers/thunderbolt/nhi.c @@ -712,7 +712,7 @@ void tb_ring_start(struct tb_ring *ring) ring_iowrite64desc(ring, ring->descriptors_dma, 0); if (ring->is_tx) { ring_iowrite32desc(ring, ring->size, 12); - ring_iowrite32options(ring, 0, 4); /* time releated ? */ + ring_iowrite32options(ring, 0, 4); ring_iowrite32options(ring, flags, 0); } else { u32 sof_eof_mask = ring->sof_mask << 16 | ring->eof_mask;