spi: bitbang: Add missing MODULE_DESCRIPTION()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 2 May 2024 17:15:18 +0000 (20:15 +0300)
committerMark Brown <broonie@kernel.org>
Fri, 3 May 2024 02:09:30 +0000 (11:09 +0900)
commit8ee46db14169fe1b028078767fda904d2fcbc04e
tree1f15fbd5b5863d289a152e43aee3877d3cf0bfc0
parent645094b41157cce4ec41dc31298646c82f6998e0
spi: bitbang: Add missing MODULE_DESCRIPTION()

The modpost script is not happy

  WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/spi/spi-bitbang.o

because there is a missing module description.

Add it to the module.

While at it, update the terminology in Kconfig section to be in align
with added description along with the code comments.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20240502171518.2792895-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/Kconfig
drivers/spi/spi-bitbang.c