diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-08-30 13:05:38 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-08-31 18:28:34 +0200 |
commit | 5dcf92266cdc994fc380521258b2e81025e31df9 (patch) | |
tree | e06c66c91da7b2b5fafe883414db6b2ae5f16518 /drivers/staging | |
parent | ee04922ee00fad1b8da1e3677a66a3ab21b4af95 (diff) |
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>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/pi433/rf69.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/pi433/rf69.c b/drivers/staging/pi433/rf69.c index f04840a799bb..c4b1b218ea38 100644 --- a/drivers/staging/pi433/rf69.c +++ b/drivers/staging/pi433/rf69.c @@ -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 */ |