diff options
author | Sachin Kamat <[email protected]> | 2013-09-30 14:20:20 +0530 |
---|---|---|
committer | Tomi Valkeinen <[email protected]> | 2013-10-09 12:35:46 +0300 |
commit | 6c666b4188b57afb8b8c14d3bb59d02fc0485b29 (patch) | |
tree | a4eb81e613a76f8277fa0a8f6f8ead236e5a87c0 | |
parent | 421ee4eafc2fbd1394d40c8c36da122cc08687f5 (diff) |
video: wmt_ge_rops: Fix a trivial typo
Add a missing closing brace for email address.
Signed-off-by: Sachin Kamat <[email protected]>
Cc: Alexey Charkov <[email protected]>
Signed-off-by: Tomi Valkeinen <[email protected]>
-rw-r--r-- | drivers/video/wmt_ge_rops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/wmt_ge_rops.c b/drivers/video/wmt_ge_rops.c index d4ef841f5a14..b0a9f34b2e01 100644 --- a/drivers/video/wmt_ge_rops.c +++ b/drivers/video/wmt_ge_rops.c @@ -175,7 +175,7 @@ static struct platform_driver wmt_ge_rops_driver = { module_platform_driver(wmt_ge_rops_driver); -MODULE_AUTHOR("Alexey Charkov <[email protected]"); +MODULE_AUTHOR("Alexey Charkov <[email protected]>"); MODULE_DESCRIPTION("Accelerators for raster operations using " "WonderMedia Graphics Engine"); MODULE_LICENSE("GPL v2"); |