mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 09:44:18 +08:00
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:
parent
ee04922ee0
commit
5dcf92266c
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user