]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
slimbus: messaging: fix "transfered"->"transferred"
authorXichao Zhao <zhao.xichao@vivo.com>
Fri, 12 Sep 2025 13:12:02 +0000 (14:12 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 12 Sep 2025 13:47:38 +0000 (15:47 +0200)
Trivial fix to spelling mistake in comment text.

Signed-off-by: Xichao Zhao <zhao.xichao@vivo.com>
Signed-off-by: Srinivas Kandagatla <srini@kernel.org>
Link: https://lore.kernel.org/r/20250912131202.303026-4-srini@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/slimbus/messaging.c

index 27ca16f00e774e72165b3e7a1738aaf323fb4c5d..e2dbe4a66b703a1aea8d1f46906a8f0c109ba3a9 100644 (file)
@@ -222,7 +222,7 @@ static u16 slim_slicesize(int code)
 /**
  * slim_xfer_msg() - Transfer a value info message on slim device
  *
- * @sbdev: slim device to which this msg has to be transfered
+ * @sbdev: slim device to which this msg has to be transferred
  * @msg: value info message pointer
  * @mc: message code of the message
  *