Commit 5dcf9226 authored by Colin Ian King's avatar Colin Ian King Committed by Greg Kroah-Hartman

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

Trivial fix to spelling mistake in dev_dbg message
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ee04922e
......@@ -678,7 +678,7 @@ int rf69_set_preamble_length(struct spi_device *spi, u16 preambleLength)
u8 msb, lsb;
#ifdef DEBUG
dev_dbg(&spi->dev, "set: preample length");
dev_dbg(&spi->dev, "set: preamble length");
#endif
/* no value check needed - u16 exactly matches register size */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment