Message ID | 1436980953-14741-1-git-send-email-festevam@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | ffe2288828cb3aa45f6752d99ec7113f5135d1fa |
Headers | show |
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)) {