Sfoglia il codice sorgente

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>
Colin Ian King 8 anni fa
parent
commit
5dcf92266c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      drivers/staging/pi433/rf69.c

+ 1 - 1
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 */