linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] thermal: broadcom: ns: specify myself as MODULE_AUTHOR
@ 2017-04-17 21:02 Rafał Miłecki
  0 siblings, 0 replies; only message in thread
From: Rafał Miłecki @ 2017-04-17 21:02 UTC (permalink / raw)
  To: Zhang Rui, Eduardo Valentin
  Cc: Stefan Wahren, Jon Mason, linux-pm, bcm-kernel-feedback-list,
	Rafał Miłecki

From: Rafał Miłecki <rafal@milecki.pl>

Just in case someone uses modinfo to find (blame) me.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
---
 drivers/thermal/broadcom/ns-thermal.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/thermal/broadcom/ns-thermal.c b/drivers/thermal/broadcom/ns-thermal.c
index 80ad32c6b2df..322e741a2463 100644
--- 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");
-- 
2.11.0

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-04-17 21:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-17 21:02 [PATCH] thermal: broadcom: ns: specify myself as MODULE_AUTHOR Rafał Miłecki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).