Commit 92bad4a4 authored by Fabio Estevam's avatar Fabio Estevam Committed by Mark Brown

spi: imx: Improve driver description

"SPI Controller driver" is a too generic description.

Make it i.MX specific instead.
Signed-off-by: default avatarFabio Estevam <festevam@gmail.com>
Link: https://lore.kernel.org/r/20210316180922.239805-1-festevam@gmail.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 9d902c2a
...@@ -1801,7 +1801,7 @@ static struct platform_driver spi_imx_driver = { ...@@ -1801,7 +1801,7 @@ static struct platform_driver spi_imx_driver = {
}; };
module_platform_driver(spi_imx_driver); module_platform_driver(spi_imx_driver);
MODULE_DESCRIPTION("SPI Controller driver"); MODULE_DESCRIPTION("i.MX SPI Controller driver");
MODULE_AUTHOR("Sascha Hauer, Pengutronix"); MODULE_AUTHOR("Sascha Hauer, Pengutronix");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
MODULE_ALIAS("platform:" DRIVER_NAME); MODULE_ALIAS("platform:" DRIVER_NAME);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment