From: Fabio Estevam Date: Wed, 15 Jul 2015 17:22:33 +0000 (-0300) Subject: spi: spidev: Fix typo X-Git-Tag: v4.3-rc1~147^2~1^5~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ffe2288828cb3aa45f6752d99ec7113f5135d1fa;p=thirdparty%2Fkernel%2Flinux.git spi: spidev: Fix typo Fix the typo in "compatible". Signed-off-by: Fabio Estevam Signed-off-by: Mark Brown --- diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c index dd616ff0ffc52..9d8841efffd85 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)) {