spi: spidev: Fix typo
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 15 Jul 2015 17:22:33 +0000 (14:22 -0300)
committerMark 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

index dd616ff..9d8841e 100644 (file)
@@ -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)) {