Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 57334a30 authored by Ian Abbott's avatar Ian Abbott Committed by Greg Kroah-Hartman
Browse files

staging: comedi: das08: use better MODULE_DESCRIPTION()



Replace the boiler-plate Comedi module description string with something
more specific.

Signed-off-by: default avatarIan Abbott <abbotti@mev.co.uk>
Reviewed-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 34cce462
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -476,5 +476,5 @@ static void __exit das08_exit(void)
module_exit(das08_exit);

MODULE_AUTHOR("Comedi http://www.comedi.org");
MODULE_DESCRIPTION("Comedi low-level driver");
MODULE_DESCRIPTION("Comedi common DAS08 support module");
MODULE_LICENSE("GPL");