diff mbox

[1/1] video: wmt_ge_rops: Fix a trivial typo

Message ID 1380531020-13155-1-git-send-email-sachin.kamat@linaro.org (mailing list archive)
State New, archived
Headers show

Commit Message

Sachin Kamat Sept. 30, 2013, 8:50 a.m. UTC
Add a missing closing brace for email address.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Cc: Alexey Charkov <alchark@gmail.com>
---
 drivers/video/wmt_ge_rops.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tomi Valkeinen Oct. 9, 2013, 8:52 a.m. UTC | #1
On 30/09/13 11:50, Sachin Kamat wrote:
> Add a missing closing brace for email address.
> 
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> Cc: Alexey Charkov <alchark@gmail.com>
> ---
>  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 d4ef841..b0a9f34 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 <alchark@gmail.com");
> +MODULE_AUTHOR("Alexey Charkov <alchark@gmail.com>");
>  MODULE_DESCRIPTION("Accelerators for raster operations using "
>  		   "WonderMedia Graphics Engine");
>  MODULE_LICENSE("GPL v2");
> 

Thanks, queuing for 3.13.

 Tomi
diff mbox

Patch

diff --git a/drivers/video/wmt_ge_rops.c b/drivers/video/wmt_ge_rops.c
index d4ef841..b0a9f34 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 <alchark@gmail.com");
+MODULE_AUTHOR("Alexey Charkov <alchark@gmail.com>");
 MODULE_DESCRIPTION("Accelerators for raster operations using "
 		   "WonderMedia Graphics Engine");
 MODULE_LICENSE("GPL v2");