diff options
author | Mika Westerberg <mika.westerberg@linux.intel.com> | 2022-04-11 14:31:57 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-04-19 13:13:46 +0100 |
commit | 4bbaa857e9af76d8cc346bd57fbaa50d357ae132 (patch) | |
tree | df50a858c47f3449c65495958e76a4010f318618 | |
parent | c03ae4876fd54822a22375aa4fc49736a8c3a5d4 (diff) | |
download | linux-4bbaa857e9af76d8cc346bd57fbaa50d357ae132.tar.bz2 |
spi: intel: Fix typo in kernel-doc of intel_spi_probe()
Should be 'specific' not 'spefific'. Fix this.
Reported-by: Hongli Li <hongli.li@intel.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Link: https://lore.kernel.org/r/20220411113158.2037-1-mika.westerberg@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | drivers/spi/spi-intel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-intel.c b/drivers/spi/spi-intel.c index e937cfe85559..1bdb227e0ca2 100644 --- a/drivers/spi/spi-intel.c +++ b/drivers/spi/spi-intel.c @@ -1205,7 +1205,7 @@ static int intel_spi_populate_chip(struct intel_spi *ispi) * intel_spi_probe() - Probe the Intel SPI flash controller * @dev: Pointer to the parent device * @mem: MMIO resource - * @info: Platform spefific information + * @info: Platform specific information * * Probes Intel SPI flash controller and creates the flash chip device. * Returns %0 on success and negative errno in case of failure. |