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

Trivial fix to spelling mistake in dev_dbg message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Colin Ian King 2017-08-30 13:05:38 +01:00 committed by Greg Kroah-Hartman
parent ee04922ee0
commit 5dcf92266c

View file

@ -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 */