]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
staging: pi433: fix spelling mistake: "preample" -> "preamble"
authorColin Ian King <colin.king@canonical.com>
Wed, 30 Aug 2017 12:05:38 +0000 (13:05 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 31 Aug 2017 16:28:34 +0000 (18:28 +0200)
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>
drivers/staging/pi433/rf69.c

index f04840a799bb7026dae7174b292673056cfc4335..c4b1b218ea38f8d197b5393492e2f690158737f6 100644 (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 */