backlight: da903x_bl: fix checkpatch warning
authorJingoo Han <[email protected]>
Tue, 18 Dec 2012 00:00:15 +0000 (16:00 -0800)
committerLinus Torvalds <[email protected]>
Tue, 18 Dec 2012 01:15:14 +0000 (17:15 -0800)
This patch fixes the checkpatch warning as below:

  WARNING: please, no space before tabs
  WARNING: quoted string split across lines

Signed-off-by: Jingoo Han <[email protected]>
Cc: Richard Purdie <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/video/backlight/da903x_bl.c

index 6891754143d4a0a94ffb176f5681ac3c29f57470..8179cef0730f1175a09f986cda970d12bd338b82 100644 (file)
@@ -2,10 +2,10 @@
  * Backlight driver for Dialog Semiconductor DA9030/DA9034
  *
  * Copyright (C) 2008 Compulab, Ltd.
- *     Mike Rapoport <[email protected]>
+ *     Mike Rapoport <[email protected]>
  *
  * Copyright (C) 2006-2008 Marvell International Ltd.
- *     Eric Miao <[email protected]>
+ *     Eric Miao <[email protected]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
@@ -198,7 +198,7 @@ static struct platform_driver da903x_backlight_driver = {
 module_platform_driver(da903x_backlight_driver);
 
 MODULE_DESCRIPTION("Backlight Driver for Dialog Semiconductor DA9030/DA9034");
-MODULE_AUTHOR("Eric Miao <[email protected]>"
-             "Mike Rapoport <[email protected]>");
+MODULE_AUTHOR("Eric Miao <[email protected]>");
+MODULE_AUTHOR("Mike Rapoport <[email protected]>");
 MODULE_LICENSE("GPL");
 MODULE_ALIAS("platform:da903x-backlight");