projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d770e55
)
spi: spidev: Fix typo
author
Fabio Estevam
<fabio.estevam@freescale.com>
Wed, 15 Jul 2015 17:22:33 +0000
(14:22 -0300)
committer
Mark Brown
<broonie@kernel.org>
Thu, 16 Jul 2015 12:23:50 +0000
(13:23 +0100)
Fix the typo in "compatible".
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spidev.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/spi/spidev.c
b/drivers/spi/spidev.c
index dd616ff0ffc52542c3c8f8aaaf7c7d30bb9fd219..9d8841efffd853b6e7bd34fcd280671c7ef1e01c 100644
(file)
--- a/
drivers/spi/spidev.c
+++ b/
drivers/spi/spidev.c
@@
-708,7
+708,7
@@
static int spidev_probe(struct spi_device *spi)
/*
* spidev should never be referenced in DT without a specific
- * compat
bi
le string, it is a Linux implementation thing
+ * compat
ib
le string, it is a Linux implementation thing
* rather than a description of the hardware.
*/
if (spi->dev.of_node && !of_match_device(spidev_dt_ids, &spi->dev)) {