[PATCH] thunderbolt: fix typo "forwared" in comment

Hemanth Selam posted 1 patch 2 weeks, 4 days ago
include/linux/thunderbolt.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] thunderbolt: fix typo "forwared" in comment
Posted by Hemanth Selam 2 weeks, 4 days ago
Correct "forwared" to "forwarded", reported by scripts/checkpatch.pl using
the misspelling list in scripts/spelling.txt.  Only touches comments, no
code changes.

Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
---
 include/linux/thunderbolt.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/thunderbolt.h b/include/linux/thunderbolt.h
index d48623fda79b..faf1f61252d6 100644
--- a/include/linux/thunderbolt.h
+++ b/include/linux/thunderbolt.h
@@ -369,7 +369,7 @@ int tb_xdomain_request(struct tb_xdomain *xd, const void *request,
  * @uuid: XDomain messages with this UUID are dispatched to this handler
  * @callback: Callback called with the XDomain message. Returning %1
  *	      here tells the XDomain core that the message was handled
- *	      by this handler and should not be forwared to other
+ *	      by this handler and should not be forwarded to other
  *	      handlers.
  * @data: Data passed with the callback
  * @list: Handlers are linked using this
-- 
2.48.1
Re: [PATCH] thunderbolt: fix typo "forwared" in comment
Posted by Mika Westerberg 2 weeks, 3 days ago
Hi,

On Mon, Sep 07, 2026 at 12:00:21PM +0530, Hemanth Selam wrote:
> Correct "forwared" to "forwarded", reported by scripts/checkpatch.pl using
> the misspelling list in scripts/spelling.txt.  Only touches comments, no
> code changes.
> 
> Assisted-by: Cursor:claude-opus-5
> Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>

Applied to thunderbolt.git/next, thanks!