Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

slimbus: messaging: fix "transfered"->"transferred"

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>

authored by

Xichao Zhao and committed by
Greg Kroah-Hartman
ae0de633 5c6794f1

+1 -1
+1 -1
drivers/slimbus/messaging.c
··· 222 222 /** 223 223 * slim_xfer_msg() - Transfer a value info message on slim device 224 224 * 225 - * @sbdev: slim device to which this msg has to be transfered 225 + * @sbdev: slim device to which this msg has to be transferred 226 226 * @msg: value info message pointer 227 227 * @mc: message code of the message 228 228 *