From 6c666b4188b57afb8b8c14d3bb59d02fc0485b29 Mon Sep 17 00:00:00 2001 From: Sachin Kamat Date: Mon, 30 Sep 2013 14:20:20 +0530 Subject: [PATCH] video: wmt_ge_rops: Fix a trivial typo Add a missing closing brace for email address. Signed-off-by: Sachin Kamat Cc: Alexey Charkov Signed-off-by: Tomi Valkeinen --- drivers/video/wmt_ge_rops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "); MODULE_DESCRIPTION("Accelerators for raster operations using " "WonderMedia Graphics Engine"); MODULE_LICENSE("GPL v2"); -- 2.39.2