staging: comedi: comedi_bond: shorten module description

Omit the fanciful prose from the MODULE_DESCRIPTION() line and combine
concantenated string literals.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Ian Abbott 2013-08-23 14:44:57 +01:00 committed by Greg Kroah-Hartman
parent 06d7e063b2
commit 0cc194998f
1 changed files with 1 additions and 3 deletions

View File

@ -371,7 +371,5 @@ static struct comedi_driver bonding_driver = {
module_comedi_driver(bonding_driver); module_comedi_driver(bonding_driver);
MODULE_AUTHOR("Calin A. Culianu"); MODULE_AUTHOR("Calin A. Culianu");
MODULE_DESCRIPTION("comedi_bond: A driver for COMEDI to bond multiple COMEDI " MODULE_DESCRIPTION("comedi_bond: A driver for COMEDI to bond multiple COMEDI devices together as one.");
"devices together as one. In the words of John Lennon: "
"'And the world will live as one...'");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");