projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c64ef4
)
staging: comedi: dt282x: update the MODULE_DESCRIPTION
author
H Hartley Sweeten
<
[email protected]
>
Fri, 20 Jun 2014 20:12:58 +0000
(13:12 -0700)
committer
Greg Kroah-Hartman
<
[email protected]
>
Fri, 27 Jun 2014 00:08:20 +0000
(20:08 -0400)
Change the MODULE_DESCRIPTION to something more useful than the
generic "Comedi low-level driver".
Signed-off-by: H Hartley Sweeten <
[email protected]
>
Reviewed-by: Ian Abbott <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/comedi/drivers/dt282x.c
patch
|
blob
|
history
diff --git
a/drivers/staging/comedi/drivers/dt282x.c
b/drivers/staging/comedi/drivers/dt282x.c
index 15becb5365895e9cb7c5bb4a5669e10ee32bf7a1..28ee5a3c3f14f4c42485b1ab1cc3ae372b40d1fd 100644
(file)
--- a/
drivers/staging/comedi/drivers/dt282x.c
+++ b/
drivers/staging/comedi/drivers/dt282x.c
@@
-1305,5
+1305,5
@@
static struct comedi_driver dt282x_driver = {
module_comedi_driver(dt282x_driver);
MODULE_AUTHOR("Comedi http://www.comedi.org");
-MODULE_DESCRIPTION("Comedi
low-level driver
");
+MODULE_DESCRIPTION("Comedi
driver for Data Translation DT2821 series
");
MODULE_LICENSE("GPL");