提交 5dcf9226 编写于 作者: C Colin Ian King 提交者: Greg Kroah-Hartman

staging: pi433: fix spelling mistake: "preample" -> "preamble"

Trivial fix to spelling mistake in dev_dbg message
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 ee04922e
...@@ -678,7 +678,7 @@ int rf69_set_preamble_length(struct spi_device *spi, u16 preambleLength) ...@@ -678,7 +678,7 @@ int rf69_set_preamble_length(struct spi_device *spi, u16 preambleLength)
u8 msb, lsb; u8 msb, lsb;
#ifdef DEBUG #ifdef DEBUG
dev_dbg(&spi->dev, "set: preample length"); dev_dbg(&spi->dev, "set: preamble length");
#endif #endif
/* no value check needed - u16 exactly matches register size */ /* no value check needed - u16 exactly matches register size */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册