Skip to content

Commit

Permalink
ledtrig-pattern: fix email address quoting in MODULE_AUTHOR()
Browse files Browse the repository at this point in the history
Apparently it is quite easy to forget ">" in quoting of email
address. This fixes it.

Signed-off-by: Pavel Machek <[email protected]>
  • Loading branch information
pavelmachek committed Jan 2, 2020
1 parent 6bcf763 commit 2f8c665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/leds/trigger/ledtrig-pattern.c
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ static void __exit pattern_trig_exit(void)
module_init(pattern_trig_init);
module_exit(pattern_trig_exit);

MODULE_AUTHOR("Raphael Teysseyre <[email protected]");
MODULE_AUTHOR("Baolin Wang <[email protected]");
MODULE_AUTHOR("Raphael Teysseyre <[email protected]>");
MODULE_AUTHOR("Baolin Wang <[email protected]>");
MODULE_DESCRIPTION("LED Pattern trigger");
MODULE_LICENSE("GPL v2");

0 comments on commit 2f8c665

Please sign in to comment.