spi: intel: Fix typo in kernel-doc of intel_spi_probe()
authorMika Westerberg <mika.westerberg@linux.intel.com>
Mon, 11 Apr 2022 11:31:57 +0000 (14:31 +0300)
committerMark Brown <broonie@kernel.org>
Tue, 19 Apr 2022 12:13:46 +0000 (13:13 +0100)
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>
drivers/spi/spi-intel.c

index e937cfe..1bdb227 100644 (file)
@@ -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.