From: Colin Ian King <colin.k...@canonical.com>

Trivial fix to spelling mistake in dev_dbg message

Signed-off-by: Colin Ian King <colin.k...@canonical.com>
---
 drivers/staging/pi433/rf69.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to