projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4ac06e
)
spi: hisi-sfc-v3xx: fix spelling mistake "occured" -> "occurred"
author
Colin Ian King
<colin.king@canonical.com>
Mon, 28 Sep 2020 12:30:42 +0000
(13:30 +0100)
committer
Mark Brown
<broonie@kernel.org>
Mon, 28 Sep 2020 19:33:56 +0000
(20:33 +0100)
There is a spelling mistake in a dev_err message. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link:
https://lore.kernel.org/r/20200928123042.125359-1-colin.king@canonical.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-hisi-sfc-v3xx.c
patch
|
blob
|
history
diff --git
a/drivers/spi/spi-hisi-sfc-v3xx.c
b/drivers/spi/spi-hisi-sfc-v3xx.c
index 46454dc2d10974b722dcf7db6a21a8665051463f..4650b483a33d32c34f0c21d671af44ebab1d94dc 100644
(file)
--- a/
drivers/spi/spi-hisi-sfc-v3xx.c
+++ b/
drivers/spi/spi-hisi-sfc-v3xx.c
@@
-121,7
+121,7
@@
static int hisi_sfc_v3xx_handle_completion(struct hisi_sfc_v3xx_host *host)
* happens, we regard it as an unsupported error here.
*/
if (!(reg & HISI_SFC_V3XX_INT_MASK_CPLT)) {
- dev_err(host->dev, "unsupported error occured, status=0x%x\n", reg);
+ dev_err(host->dev, "unsupported error occur
r
ed, status=0x%x\n", reg);
return -EIO;
}