提交 8ba811a7 编写于 作者: M Moritz Fischer 提交者: Mark Brown

spi: Fix simple typo s/impelment/implement

This fixes a simple typo in one of the comments.
Signed-off-by: NMoritz Fischer <moritz.fischer@ettus.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 0569a88f
...@@ -935,7 +935,7 @@ static int spi_map_msg(struct spi_master *master, struct spi_message *msg) ...@@ -935,7 +935,7 @@ static int spi_map_msg(struct spi_master *master, struct spi_message *msg)
* spi_transfer_one_message - Default implementation of transfer_one_message() * spi_transfer_one_message - Default implementation of transfer_one_message()
* *
* This is a standard implementation of transfer_one_message() for * This is a standard implementation of transfer_one_message() for
* drivers which impelment a transfer_one() operation. It provides * drivers which implement a transfer_one() operation. It provides
* standard handling of delays and chip select management. * standard handling of delays and chip select management.
*/ */
static int spi_transfer_one_message(struct spi_master *master, static int spi_transfer_one_message(struct spi_master *master,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册