mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 07:50:04 +00:00
ledtrig-pattern: fix email address quoting in MODULE_AUTHOR()
Apparently it is quite easy to forget ">" in quoting of email address. This fixes it. Signed-off-by: Pavel Machek <pavel@ucw.cz>
This commit is contained in:
parent
2424415d25
commit
30d57d55ab
@ -455,7 +455,7 @@ static void __exit pattern_trig_exit(void)
|
|||||||
module_init(pattern_trig_init);
|
module_init(pattern_trig_init);
|
||||||
module_exit(pattern_trig_exit);
|
module_exit(pattern_trig_exit);
|
||||||
|
|
||||||
MODULE_AUTHOR("Raphael Teysseyre <rteysseyre@gmail.com");
|
MODULE_AUTHOR("Raphael Teysseyre <rteysseyre@gmail.com>");
|
||||||
MODULE_AUTHOR("Baolin Wang <baolin.wang@linaro.org");
|
MODULE_AUTHOR("Baolin Wang <baolin.wang@linaro.org>");
|
||||||
MODULE_DESCRIPTION("LED Pattern trigger");
|
MODULE_DESCRIPTION("LED Pattern trigger");
|
||||||
MODULE_LICENSE("GPL v2");
|
MODULE_LICENSE("GPL v2");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user