mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:04:41 +01:00
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>
This commit is contained in:
parent
5c6794f16b
commit
ae0de63333
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue