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 d4ef841f5a14f6546e32a9ee4348d5ca78560540..b0a9f34b2e01b7b45b1a0d86e25889e3f52fc434 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");
This page took 0.025827 seconds and 5 git commands to generate.