浏览代码

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>
Fabio Estevam 10 年之前
父节点
当前提交
ffe2288828
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/spi/spidev.c

+ 1 - 1
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)) {