ata: pata_parport: Add missing protocol modules description
Most of the protocol modules for the pata_parport driver are missing a module description, causing warnings such as: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/ata/pata_parport/aten.o when compiling with W=1. Add the missing MODULE_DESCRIPTION() definitions to avoid these warnings. While at it, also add the missing MODULE_AUTHOR() definitions. Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
This commit is contained in:
parent
fdf0eaf114
commit
cec148c247
@ -139,4 +139,6 @@ static struct pi_protocol aten = {
|
||||
};
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_AUTHOR("Grant R. Guenther <grant@torque.net>");
|
||||
MODULE_DESCRIPTION("ATEN EH-100 parallel port IDE adapter protocol driver");
|
||||
module_pata_parport_driver(aten);
|
||||
|
@ -502,4 +502,6 @@ static struct pi_protocol bpck = {
|
||||
};
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_AUTHOR("Grant R. Guenther <grant@torque.net>");
|
||||
MODULE_DESCRIPTION("MicroSolutions BACKPACK parallel port IDE adapter protocol driver");
|
||||
module_pata_parport_driver(bpck);
|
||||
|
@ -459,5 +459,6 @@ static struct pi_protocol bpck6 = {
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_AUTHOR("Micro Solutions Inc.");
|
||||
MODULE_DESCRIPTION("BACKPACK Protocol module, compatible with PARIDE");
|
||||
MODULE_DESCRIPTION("Micro Solutions BACKPACK parallel port IDE adapter "
|
||||
"(version 6 drives) protocol driver");
|
||||
module_pata_parport_driver(bpck6);
|
||||
|
@ -201,4 +201,6 @@ static struct pi_protocol comm = {
|
||||
};
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_AUTHOR("Grant R. Guenther <grant@torque.net>");
|
||||
MODULE_DESCRIPTION("DataStor Commuter parallel port IDE adapter protocol driver");
|
||||
module_pata_parport_driver(comm);
|
||||
|
@ -230,4 +230,6 @@ static struct pi_protocol dstr = {
|
||||
};
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_AUTHOR("Grant R. Guenther <grant@torque.net>");
|
||||
MODULE_DESCRIPTION("DataStor EP2000 parallel port IDE adapter protocol driver");
|
||||
module_pata_parport_driver(dstr);
|
||||
|
@ -358,5 +358,8 @@ static void __exit epat_exit(void)
|
||||
}
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_AUTHOR("Grant R. Guenther <grant@torque.net>");
|
||||
MODULE_DESCRIPTION("Shuttle Technologies EPAT parallel port IDE adapter "
|
||||
"protocol driver");
|
||||
module_init(epat_init)
|
||||
module_exit(epat_exit)
|
||||
|
@ -306,4 +306,7 @@ static struct pi_protocol epia = {
|
||||
};
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_AUTHOR("Grant R. Guenther <grant@torque.net>");
|
||||
MODULE_DESCRIPTION("Shuttle Technologies EPIA parallel port IDE adapter "
|
||||
"protocol driver");
|
||||
module_pata_parport_driver(epia);
|
||||
|
@ -132,4 +132,7 @@ static struct pi_protocol fit2 = {
|
||||
};
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_AUTHOR("Grant R. Guenther <grant@torque.net>");
|
||||
MODULE_DESCRIPTION("Fidelity International Technology parallel port IDE adapter"
|
||||
"(older models) protocol driver");
|
||||
module_pata_parport_driver(fit2);
|
||||
|
@ -193,4 +193,7 @@ static struct pi_protocol fit3 = {
|
||||
};
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_AUTHOR("Grant R. Guenther <grant@torque.net>");
|
||||
MODULE_DESCRIPTION("Fidelity International Technology parallel port IDE adapter"
|
||||
"(newer models) protocol driver");
|
||||
module_pata_parport_driver(fit3);
|
||||
|
@ -259,4 +259,6 @@ static struct pi_protocol friq = {
|
||||
};
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_AUTHOR("Grant R. Guenther <grant@torque.net>");
|
||||
MODULE_DESCRIPTION("Freecom IQ parallel port IDE adapter protocol driver");
|
||||
module_pata_parport_driver(friq);
|
||||
|
@ -293,4 +293,6 @@ static struct pi_protocol frpw = {
|
||||
};
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_AUTHOR("Grant R. Guenther <grant@torque.net>");
|
||||
MODULE_DESCRIPTION("Freecom Power parallel port IDE adapter protocol driver");
|
||||
module_pata_parport_driver(frpw);
|
||||
|
@ -301,5 +301,8 @@ static void __exit kbic_exit(void)
|
||||
}
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_AUTHOR("Grant R. Guenther <grant@torque.net>");
|
||||
MODULE_DESCRIPTION("KingByte Information Systems KBIC-951A and KBIC-971A "
|
||||
"parallel port IDE adapter protocol driver");
|
||||
module_init(kbic_init)
|
||||
module_exit(kbic_exit)
|
||||
|
@ -106,4 +106,6 @@ static struct pi_protocol ktti = {
|
||||
};
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_AUTHOR("Grant R. Guenther <grant@torque.net>");
|
||||
MODULE_DESCRIPTION("KT Technology parallel port IDE adapter protocol driver");
|
||||
module_pata_parport_driver(ktti);
|
||||
|
@ -142,4 +142,6 @@ static struct pi_protocol on20 = {
|
||||
};
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_AUTHOR("Grant R. Guenther <grant@torque.net>");
|
||||
MODULE_DESCRIPTION("Onspec 90c20 parallel port IDE adapter protocol driver");
|
||||
module_pata_parport_driver(on20);
|
||||
|
@ -310,4 +310,6 @@ static struct pi_protocol on26 = {
|
||||
};
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_AUTHOR("Grant R. Guenther <grant@torque.net>");
|
||||
MODULE_DESCRIPTION("Onspec 90c26 parallel port IDE adapter protocol driver");
|
||||
module_pata_parport_driver(on26);
|
||||
|
Loading…
x
Reference in New Issue
Block a user