OSDN Git Service

video: wmt_ge_rops: Fix a trivial typo
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 30 Sep 2013 08:50:20 +0000 (14:20 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 9 Oct 2013 09:35:46 +0000 (12:35 +0300)
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>
drivers/video/wmt_ge_rops.c

index d4ef841..b0a9f34 100644 (file)
@@ -175,7 +175,7 @@ static struct platform_driver wmt_ge_rops_driver = {
 
 module_platform_driver(wmt_ge_rops_driver);
 
-MODULE_AUTHOR("Alexey Charkov <alchark@gmail.com");
+MODULE_AUTHOR("Alexey Charkov <alchark@gmail.com>");
 MODULE_DESCRIPTION("Accelerators for raster operations using "
                   "WonderMedia Graphics Engine");
 MODULE_LICENSE("GPL v2");