pwm: bcm2835: Fix email address specification
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
This commit is contained in:
parent
fd13c14426
commit
6ef7d1c46f
1 changed files with 1 additions and 1 deletions
|
@ -206,6 +206,6 @@ static struct platform_driver bcm2835_pwm_driver = {
|
|||
};
|
||||
module_platform_driver(bcm2835_pwm_driver);
|
||||
|
||||
MODULE_AUTHOR("Bart Tanghe <bart.tanghe@thomasmore.be");
|
||||
MODULE_AUTHOR("Bart Tanghe <bart.tanghe@thomasmore.be>");
|
||||
MODULE_DESCRIPTION("Broadcom BCM2835 PWM driver");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
|
|
Loading…
Reference in a new issue