From: Sachin Kamat Date: Mon, 30 Sep 2013 08:50:20 +0000 (+0530) Subject: video: wmt_ge_rops: Fix a trivial typo X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=6c666b4188b57afb8b8c14d3bb59d02fc0485b29;p=deliverable%2Flinux.git 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 --- 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");