[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20170830120538.29055-1-colin.king@canonical.com>
Date: Wed, 30 Aug 2017 13:05:38 +0100
From: Colin King <colin.king@...onical.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Marcin Ciupak <marcin.s.ciupak@...il.com>,
Marcus Wolf <linux@...f-Entwicklungen.de>,
Derek Robson <robsonde@...il.com>,
Quentin Swain <dudebrobro179@...il.com>,
devel@...verdev.osuosl.org
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH][staging-next] staging: pi433: fix spelling mistake: "preample" -> "preamble"
From: Colin Ian King <colin.king@...onical.com>
Trivial fix to spelling mistake in dev_dbg message
Signed-off-by: Colin Ian King <colin.king@...onical.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
Powered by blists - more mailing lists