Commit be73e323 authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Mark Brown

spi: Fix spelling in the comments

Two spelling mistakes are being fixed.
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20191023121643.25237-1-andriy.shevchenko@linux.intel.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent a3470c18
...@@ -92,7 +92,7 @@ static ssize_t driver_override_store(struct device *dev, ...@@ -92,7 +92,7 @@ static ssize_t driver_override_store(struct device *dev,
if (len) { if (len) {
spi->driver_override = driver_override; spi->driver_override = driver_override;
} else { } else {
/* Emptry string, disable driver override */ /* Empty string, disable driver override */
spi->driver_override = NULL; spi->driver_override = NULL;
kfree(driver_override); kfree(driver_override);
} }
...@@ -469,7 +469,7 @@ static LIST_HEAD(board_list); ...@@ -469,7 +469,7 @@ static LIST_HEAD(board_list);
static LIST_HEAD(spi_controller_list); static LIST_HEAD(spi_controller_list);
/* /*
* Used to protect add/del opertion for board_info list and * Used to protect add/del operation for board_info list and
* spi_controller list, and their matching process * spi_controller list, and their matching process
* also used to protect object of type struct idr * also used to protect object of type struct idr
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment