projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
608567a
)
thermal: broadcom: ns: specify myself as MODULE_AUTHOR
author
Rafał Miłecki
<rafal@milecki.pl>
Mon, 17 Apr 2017 21:02:01 +0000
(23:02 +0200)
committer
Eduardo Valentin
<edubezval@gmail.com>
Sun, 23 Apr 2017 15:54:52 +0000
(08:54 -0700)
Just in case someone uses modinfo to find (blame) me.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
drivers/thermal/broadcom/ns-thermal.c
patch
|
blob
|
history
diff --git
a/drivers/thermal/broadcom/ns-thermal.c
b/drivers/thermal/broadcom/ns-thermal.c
index 80ad32c6b2df4d1c00b0ac63ebc501b756963b90..322e741a2463c7c70ab0026931262abb77771ecb 100644
(file)
--- a/
drivers/thermal/broadcom/ns-thermal.c
+++ b/
drivers/thermal/broadcom/ns-thermal.c
@@
-101,5
+101,6
@@
static struct platform_driver ns_thermal_driver = {
};
module_platform_driver(ns_thermal_driver);
+MODULE_AUTHOR("Rafał Miłecki <rafal@milecki.pl>");
MODULE_DESCRIPTION("Northstar thermal driver");
MODULE_LICENSE("GPL v2");