Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27675ef0 authored by Leo Yan's avatar Leo Yan Committed by Alexandre Belloni
Browse files

rtc: pl031: fix typo for author email



The email address missed character ">", so add it.

Signed-off-by: default avatarLeo Yan <leo.yan@linaro.org>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
parent 1c4fc295
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -476,6 +476,6 @@ static struct amba_driver pl031_driver = {

module_amba_driver(pl031_driver);

MODULE_AUTHOR("Deepak Saxena <dsaxena@plexity.net");
MODULE_AUTHOR("Deepak Saxena <dsaxena@plexity.net>");
MODULE_DESCRIPTION("ARM AMBA PL031 RTC Driver");
MODULE_LICENSE("GPL");