diff mbox

spi: spidev: Fix typo

Message ID 1436980953-14741-1-git-send-email-festevam@gmail.com (mailing list archive)
State Accepted
Commit ffe2288828cb3aa45f6752d99ec7113f5135d1fa
Headers show

Commit Message

Fabio Estevam July 15, 2015, 5:22 p.m. UTC
From: Fabio Estevam <fabio.estevam@freescale.com>

Fix the typo in "compatible".

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 drivers/spi/spidev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c
index c7de641..a902cc2 100644
--- a/drivers/spi/spidev.c
+++ b/drivers/spi/spidev.c
@@ -709,7 +709,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)) {