diff options
author | Stefan Wahren <[email protected]> | 2015-12-01 22:55:41 +0000 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2015-12-16 16:45:32 +0100 |
commit | 6ef7d1c46f0cbe2b8e9c66d5d95ffa5a612df45d (patch) | |
tree | 1218e93a24095944d6da2eb977ac59548c51630b | |
parent | fd13c14426299e75983a0cd3edf53dfa4083a70a (diff) |
pwm: bcm2835: Fix email address specification
Signed-off-by: Stefan Wahren <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
-rw-r--r-- | drivers/pwm/pwm-bcm2835.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pwm/pwm-bcm2835.c b/drivers/pwm/pwm-bcm2835.c index 31a6992a445c..c5dbf16d810b 100644 --- a/drivers/pwm/pwm-bcm2835.c +++ b/drivers/pwm/pwm-bcm2835.c @@ -206,6 +206,6 @@ static struct platform_driver bcm2835_pwm_driver = { }; module_platform_driver(bcm2835_pwm_driver); -MODULE_AUTHOR("Bart Tanghe <[email protected]"); +MODULE_AUTHOR("Bart Tanghe <[email protected]>"); MODULE_DESCRIPTION("Broadcom BCM2835 PWM driver"); MODULE_LICENSE("GPL v2"); |