This is a note to let you know that I've just added the patch titled ata: pata_ftide010: Add missing MODULE_DESCRIPTION to the 4.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: ata-pata_ftide010-add-missing-module_description.patch and it can be found in the queue-4.14 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 7274eef5729037300f29d14edeb334a47a098f65 Mon Sep 17 00:00:00 2001 From: Damien Le Moal <dlemoal@xxxxxxxxxx> Date: Thu, 24 Aug 2023 07:41:59 +0900 Subject: ata: pata_ftide010: Add missing MODULE_DESCRIPTION From: Damien Le Moal <dlemoal@xxxxxxxxxx> commit 7274eef5729037300f29d14edeb334a47a098f65 upstream. Add the missing MODULE_DESCRIPTION() to avoid warnings such as: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/ata/pata_ftide010.o when compiling with W=1. Fixes: be4e456ed3a5 ("ata: Add driver for Faraday Technology FTIDE010") Cc: stable@xxxxxxxxxxxxxxx Signed-off-by: Damien Le Moal <dlemoal@xxxxxxxxxx> Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/ata/pata_ftide010.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/ata/pata_ftide010.c +++ b/drivers/ata/pata_ftide010.c @@ -569,6 +569,7 @@ static struct platform_driver pata_ftide }; module_platform_driver(pata_ftide010_driver); +MODULE_DESCRIPTION("low level driver for Faraday Technology FTIDE010"); MODULE_AUTHOR("Linus Walleij <linus.walleij@xxxxxxxxxx>"); MODULE_LICENSE("GPL"); MODULE_ALIAS("platform:" DRV_NAME); Patches currently in stable-queue which might be from dlemoal@xxxxxxxxxx are queue-4.14/ata-sata_gemini-add-missing-module_description.patch queue-4.14/ata-pata_ftide010-add-missing-module_description.patch