[PATCH 1/1] Update email address in MODULE_AUTHOR



This patch updates the MODULE_AUTHOR email address for the kernel drivers I
maintain to my new, long term address.

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@xxxxxxxxx>
---
drivers/input/mouse/gpio_mouse.c | 2 +-
drivers/misc/atmel-ssc.c | 2 +-
drivers/rtc/rtc-at32ap700x.c | 2 +-
drivers/watchdog/at32ap700x_wdt.c | 2 +-
sound/spi/at73c213.c | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/input/mouse/gpio_mouse.c b/drivers/input/mouse/gpio_mouse.c
index 0936d6b..012b4f2 100644
--- a/drivers/input/mouse/gpio_mouse.c
+++ b/drivers/input/mouse/gpio_mouse.c
@@ -191,6 +191,6 @@ static void __exit gpio_mouse_exit(void)
}
module_exit(gpio_mouse_exit);

-MODULE_AUTHOR("Hans-Christian Egtvedt <hcegtvedt@xxxxxxxxx>");
+MODULE_AUTHOR("Hans-Christian Egtvedt <hans-christian.egtvedt@xxxxxxxxx>");
MODULE_DESCRIPTION("GPIO mouse driver");
MODULE_LICENSE("GPL");
diff --git a/drivers/misc/atmel-ssc.c b/drivers/misc/atmel-ssc.c
index e171650..496823b 100644
--- a/drivers/misc/atmel-ssc.c
+++ b/drivers/misc/atmel-ssc.c
@@ -170,7 +170,7 @@ static void __exit ssc_exit(void)
}
module_exit(ssc_exit);

-MODULE_AUTHOR("Hans-Christian Egtvedt <hcegtvedt@xxxxxxxxx>");
+MODULE_AUTHOR("Hans-Christian Egtvedt <hans-christian.egtvedt@xxxxxxxxx>");
MODULE_DESCRIPTION("SSC driver for Atmel AVR32 and AT91");
MODULE_LICENSE("GPL");
MODULE_ALIAS("platform:ssc");
diff --git a/drivers/rtc/rtc-at32ap700x.c b/drivers/rtc/rtc-at32ap700x.c
index 42244f1..e3c8572 100644
--- a/drivers/rtc/rtc-at32ap700x.c
+++ b/drivers/rtc/rtc-at32ap700x.c
@@ -312,6 +312,6 @@ static void __exit at32_rtc_exit(void)
}
module_exit(at32_rtc_exit);

-MODULE_AUTHOR("Hans-Christian Egtvedt <hcegtvedt@xxxxxxxxx>");
+MODULE_AUTHOR("Hans-Christian Egtvedt <hans-christian.egtvedt@xxxxxxxxx>");
MODULE_DESCRIPTION("Real time clock for AVR32 AT32AP700x");
MODULE_LICENSE("GPL");
diff --git a/drivers/watchdog/at32ap700x_wdt.c b/drivers/watchdog/at32ap700x_wdt.c
index ae0fca5..4e50c2c 100644
--- a/drivers/watchdog/at32ap700x_wdt.c
+++ b/drivers/watchdog/at32ap700x_wdt.c
@@ -444,7 +444,7 @@ static void __exit at32_wdt_exit(void)
}
module_exit(at32_wdt_exit);

-MODULE_AUTHOR("Hans-Christian Egtvedt <hcegtvedt@xxxxxxxxx>");
+MODULE_AUTHOR("Hans-Christian Egtvedt <hans-christian.egtvedt@xxxxxxxxx>");
MODULE_DESCRIPTION("Watchdog driver for Atmel AT32AP700X");
MODULE_LICENSE("GPL");
MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR);
diff --git a/sound/spi/at73c213.c b/sound/spi/at73c213.c
index 89d6e9c..b3c4fbc 100644
--- a/sound/spi/at73c213.c
+++ b/sound/spi/at73c213.c
@@ -1118,6 +1118,6 @@ static void __exit at73c213_exit(void)
}
module_exit(at73c213_exit);

-MODULE_AUTHOR("Hans-Christian Egtvedt <hcegtvedt@xxxxxxxxx>");
+MODULE_AUTHOR("Hans-Christian Egtvedt <hans-christian.egtvedt@xxxxxxxxx>");
MODULE_DESCRIPTION("Sound driver for AT73C213 with Atmel SSC");
MODULE_LICENSE("GPL");
--
1.5.4.3

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



Relevant Pages

  • Re: [PATCH 2/3] Xilinx: hwicap: Verify sync before reading idcode.
    ... This patch updates the code to check the status of ... the device before reading the IDCODE, in order to avoid entering this ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ...
    (Linux-Kernel)
  • Re: [PATCH] proc: Add RLIMIT_RTTIME to /proc//limits
    ... real-time tasks: http://lkml.org/lkml/2007/12/18/218. ... This patch updates ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ...
    (Linux-Kernel)
  • Re: [PATCH] proc: Add RLIMIT_RTTIME to /proc//limits
    ... real-time tasks: http://lkml.org/lkml/2007/12/18/218. ... This patch updates ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ...
    (Linux-Kernel)
  • Re: [PATCH] More Driver Core patches for 2.6.10-rc1
    ... This patch updates it. ... send the line "unsubscribe linux-kernel" in ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ...
    (Linux-Kernel)
  • Re: [PATCH] firmware: Allow release-specific firmware dir
    ... kernel drivers themselves. ... that closely to the kernel. ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ...
    (Linux-Kernel)