Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

rtc: pl031: fix typo for author email

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

Signed-off-by: Leo Yan <leo.yan@linaro.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

authored by

Leo Yan and committed by
Alexandre Belloni
27675ef0 1c4fc295

+1 -1
+1 -1
drivers/rtc/rtc-pl031.c
··· 476 476 477 477 module_amba_driver(pl031_driver); 478 478 479 - MODULE_AUTHOR("Deepak Saxena <dsaxena@plexity.net"); 479 + MODULE_AUTHOR("Deepak Saxena <dsaxena@plexity.net>"); 480 480 MODULE_DESCRIPTION("ARM AMBA PL031 RTC Driver"); 481 481 MODULE_LICENSE("GPL");