projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
887e07b
)
can: sun4i: fix MODULE_DESCRIPTION
author
Gerhard Bertelsmann
<info@gerhard-bertelsmann.de>
Fri, 25 Sep 2015 16:58:39 +0000
(18:58 +0200)
committer
Marc Kleine-Budde
<mkl@pengutronix.de>
Tue, 13 Oct 2015 15:42:34 +0000
(17:42 +0200)
This patch change description of the module.
Signed-off-by: Gerhard Bertelsmann <info@gerhard-bertelsmann.de>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
drivers/net/can/sun4i_can.c
patch
|
blob
|
history
diff --git
a/drivers/net/can/sun4i_can.c
b/drivers/net/can/sun4i_can.c
index
67bdf6d
..
d9a42c6
100644
(file)
--- a/
drivers/net/can/sun4i_can.c
+++ b/
drivers/net/can/sun4i_can.c
@@
-854,4
+854,4
@@
module_platform_driver(sun4i_can_driver);
MODULE_AUTHOR("Peter Chen <xingkongcp@gmail.com>");
MODULE_AUTHOR("Gerhard Bertelsmann <info@gerhard-bertelsmann.de>");
MODULE_LICENSE("Dual BSD/GPL");
-MODULE_DESCRIPTION(
DRV_NAME
"CAN driver for Allwinner SoCs (A10/A20)");
+MODULE_DESCRIPTION("CAN driver for Allwinner SoCs (A10/A20)");