Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1246531 > unrolled thread

[PATCH] clk: max77802: Update MODULE_AUTHOR() email address

Started byJavier Martinez Canillas <javier@osg.samsung.com>
First post2015-10-14 13:20 +0200
Last post2015-10-14 20:40 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] clk: max77802: Update MODULE_AUTHOR() email address Javier Martinez Canillas <javier@osg.samsung.com> - 2015-10-14 13:20 +0200
    Re: [PATCH] clk: max77802: Update MODULE_AUTHOR() email address Stephen Boyd <sboyd@codeaurora.org> - 2015-10-14 20:40 +0200

#1246531 — [PATCH] clk: max77802: Update MODULE_AUTHOR() email address

FromJavier Martinez Canillas <javier@osg.samsung.com>
Date2015-10-14 13:20 +0200
Subject[PATCH] clk: max77802: Update MODULE_AUTHOR() email address
Message-ID<qjsga-5dK-9@gated-at.bofh.it>
The email address listed in MODULE_AUTHOR() no longer exist so to prevent
people to send emails to the old address, replace it with my current one.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>

---

 drivers/clk/clk-max77802.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/clk-max77802.c b/drivers/clk/clk-max77802.c
index 74c49b93a6eb..4a89f7979ba0 100644
--- a/drivers/clk/clk-max77802.c
+++ b/drivers/clk/clk-max77802.c
@@ -94,5 +94,5 @@ static struct platform_driver max77802_clk_driver = {
 module_platform_driver(max77802_clk_driver);
 
 MODULE_DESCRIPTION("MAXIM 77802 Clock Driver");
-MODULE_AUTHOR("Javier Martinez Canillas <javier.martinez@collabora.co.uk>");
+MODULE_AUTHOR("Javier Martinez Canillas <javier@osg.samsung.com");
 MODULE_LICENSE("GPL");
-- 
2.4.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1247063

FromStephen Boyd <sboyd@codeaurora.org>
Date2015-10-14 20:40 +0200
Message-ID<qjz7X-6RL-11@gated-at.bofh.it>
In reply to#1246531
On 10/14, Javier Martinez Canillas wrote:
> The email address listed in MODULE_AUTHOR() no longer exist so to prevent
> people to send emails to the old address, replace it with my current one.
> 
> Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
> 
> ---

Applied to clk-next

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web