diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-09-30 04:50:20 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-10-09 05:35:46 -0400 |
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 <sachin.kamat@linaro.org>
Cc: Alexey Charkov <alchark@gmail.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
-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 = { | |||
175 | 175 | ||
176 | module_platform_driver(wmt_ge_rops_driver); | 176 | module_platform_driver(wmt_ge_rops_driver); |
177 | 177 | ||
178 | MODULE_AUTHOR("Alexey Charkov <alchark@gmail.com"); | 178 | MODULE_AUTHOR("Alexey Charkov <alchark@gmail.com>"); |
179 | MODULE_DESCRIPTION("Accelerators for raster operations using " | 179 | MODULE_DESCRIPTION("Accelerators for raster operations using " |
180 | "WonderMedia Graphics Engine"); | 180 | "WonderMedia Graphics Engine"); |
181 | MODULE_LICENSE("GPL v2"); | 181 | MODULE_LICENSE("GPL v2"); |