[PATCH 1/2] spi: intel: Fix typo in kernel-doc of intel_spi_probe()
Mika Westerberg
mika.westerberg at linux.intel.com
Mon Apr 11 04:31:57 PDT 2022
Should be 'specific' not 'spefific'. Fix this.
Reported-by: Hongli Li <hongli.li at intel.com>
Signed-off-by: Mika Westerberg <mika.westerberg at linux.intel.com>
---
drivers/spi/spi-intel.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.
--
2.35.1
More information about the linux-mtd
mailing list