Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Mika Westerberg and committed by
Mark Brown
4bbaa857 c03ae487

+1 -1
+1 -1
drivers/spi/spi-intel.c
··· 1205 1205 * intel_spi_probe() - Probe the Intel SPI flash controller 1206 1206 * @dev: Pointer to the parent device 1207 1207 * @mem: MMIO resource 1208 - * @info: Platform spefific information 1208 + * @info: Platform specific information 1209 1209 * 1210 1210 * Probes Intel SPI flash controller and creates the flash chip device. 1211 1211 * Returns %0 on success and negative errno in case of failure.