summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spidev.c
diff options
context:
space:
mode:
authorFabio Estevam2015-07-15 19:22:33 +0200
committerMark Brown2015-07-16 14:23:50 +0200
commitffe2288828cb3aa45f6752d99ec7113f5135d1fa (patch)
treec23c88674ca595e5f1daa16644dc8b43cac185e6 /drivers/spi/spidev.c
parentLinux 4.2-rc1 (diff)
downloadkernel-qcow2-linux-ffe2288828cb3aa45f6752d99ec7113f5135d1fa.tar.gz
kernel-qcow2-linux-ffe2288828cb3aa45f6752d99ec7113f5135d1fa.tar.xz
kernel-qcow2-linux-ffe2288828cb3aa45f6752d99ec7113f5135d1fa.zip
spi: spidev: Fix typo
Fix the typo in "compatible". Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spidev.c')
-rw-r--r--drivers/spi/spidev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c
index dd616ff0ffc5..9d8841efffd8 100644
--- 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
- * compatbile string, it is a Linux implementation thing
+ * compatible 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)) {