projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
728cb43
)
spi: cadence: Fix spelling mistake "nunber" -> "number"
author
Colin Ian King
<colin.king@canonical.com>
Tue, 28 Sep 2021 13:07:12 +0000
(14:07 +0100)
committer
Mark Brown
<broonie@kernel.org>
Tue, 28 Sep 2021 14:51:09 +0000
(15:51 +0100)
There is a spelling mistake in a dev_err error message. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Parshuram Thombare <pthombar@cadence.com>
Link:
https://lore.kernel.org/r/20210928130712.990474-1-colin.king@canonical.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-cadence-xspi.c
patch
|
blob
|
history
diff --git
a/drivers/spi/spi-cadence-xspi.c
b/drivers/spi/spi-cadence-xspi.c
index a2a94675292d51dfc6693a4e314c0c1375c8c190..3401fcf49f4a7168b7cdee7b30c4cb0194297a12 100644
(file)
--- a/
drivers/spi/spi-cadence-xspi.c
+++ b/
drivers/spi/spi-cadence-xspi.c
@@
-308,7
+308,7
@@
static int cdns_xspi_controller_init(struct cdns_xspi_dev *cdns_xspi)
hw_magic_num = FIELD_GET(CDNS_XSPI_MAGIC_NUM, ctrl_ver);
if (hw_magic_num != CDNS_XSPI_MAGIC_NUM_VALUE) {
dev_err(cdns_xspi->dev,
- "Incorrect XSPI magic nu
n
ber: %x, expected: %x\n",
+ "Incorrect XSPI magic nu
m
ber: %x, expected: %x\n",
hw_magic_num, CDNS_XSPI_MAGIC_NUM_VALUE);
return -EIO;
}