aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_spi.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2016-08-28 12:28:41 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-01 17:36:33 +0200
commit2218b8fc90a9f6c57de3b1bde6c6c6c30eee07c6 (patch)
tree5714b0ff918ee6a05eae07df1b2c1674479cb57b /drivers/staging/wilc1000/wilc_spi.c
parentstaging: netlogic: constify ethtool_ops structures (diff)
downloadlinux-dev-2218b8fc90a9f6c57de3b1bde6c6c6c30eee07c6.tar.xz
linux-dev-2218b8fc90a9f6c57de3b1bde6c6c6c30eee07c6.zip
staging: wilc1000: fix spelling mistake: "retyring" -> "retrying"
trivial fix to spelling mistake in dev_err 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/wilc1000/wilc_spi.c')
-rw-r--r--drivers/staging/wilc1000/wilc_spi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wilc1000/wilc_spi.c b/drivers/staging/wilc1000/wilc_spi.c
index 22cf4b7857e5..0f8d62594bee 100644
--- a/drivers/staging/wilc1000/wilc_spi.c
+++ b/drivers/staging/wilc1000/wilc_spi.c
@@ -871,7 +871,7 @@ static int wilc_spi_init(struct wilc *wilc, bool resume)
/* Read failed. Try with CRC off. This might happen when module
* is removed but chip isn't reset*/
g_spi.crc_off = 1;
- dev_err(&spi->dev, "Failed internal read protocol with CRC on, retyring with CRC off...\n");
+ dev_err(&spi->dev, "Failed internal read protocol with CRC on, retrying with CRC off...\n");
if (!spi_internal_read(wilc, WILC_SPI_PROTOCOL_OFFSET, &reg)) {
/* Reaad failed with both CRC on and off, something went bad */
dev_err(&spi->dev,