未验证 提交 657f8bd8 编写于 作者: J Julia Lawall 提交者: Mark Brown

spi: fix typo in comment

Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.
Signed-off-by: NJulia Lawall <Julia.Lawall@inria.fr>
Link: https://lore.kernel.org/r/20220521111145.81697-13-Julia.Lawall@inria.frSigned-off-by: NMark Brown <broonie@kernel.org>
上级 901fc8e8
...@@ -1127,7 +1127,7 @@ spi_max_transfer_size(struct spi_device *spi) ...@@ -1127,7 +1127,7 @@ spi_max_transfer_size(struct spi_device *spi)
if (ctlr->max_transfer_size) if (ctlr->max_transfer_size)
tr_max = ctlr->max_transfer_size(spi); tr_max = ctlr->max_transfer_size(spi);
/* transfer size limit must not be greater than messsage size limit */ /* transfer size limit must not be greater than message size limit */
return min(tr_max, msg_max); return min(tr_max, msg_max);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册