diff options
author | Jingoo Han <jg1.han@samsung.com> | 2012-12-17 19:00:15 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-12-17 20:15:14 -0500 |
commit | 685746d407a1b93affb20f04988959a3da14c33c (patch) | |
tree | 7908947251833d40bb359a2ee16ff4560e08591a /drivers | |
parent | 08851261b5a95291ca8eddd97f19898bfe3b5b59 (diff) |
backlight: da903x_bl: fix checkpatch warning
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 <jg1.han@samsung.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/video/backlight/da903x_bl.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/video/backlight/da903x_bl.c b/drivers/video/backlight/da903x_bl.c index 6891754143d4..8179cef0730f 100644 --- a/drivers/video/backlight/da903x_bl.c +++ b/drivers/video/backlight/da903x_bl.c | |||
@@ -2,10 +2,10 @@ | |||
2 | * Backlight driver for Dialog Semiconductor DA9030/DA9034 | 2 | * Backlight driver for Dialog Semiconductor DA9030/DA9034 |
3 | * | 3 | * |
4 | * Copyright (C) 2008 Compulab, Ltd. | 4 | * Copyright (C) 2008 Compulab, Ltd. |
5 | * Mike Rapoport <mike@compulab.co.il> | 5 | * Mike Rapoport <mike@compulab.co.il> |
6 | * | 6 | * |
7 | * Copyright (C) 2006-2008 Marvell International Ltd. | 7 | * Copyright (C) 2006-2008 Marvell International Ltd. |
8 | * Eric Miao <eric.miao@marvell.com> | 8 | * Eric Miao <eric.miao@marvell.com> |
9 | * | 9 | * |
10 | * This program is free software; you can redistribute it and/or modify | 10 | * This program is free software; you can redistribute it and/or modify |
11 | * it under the terms of the GNU General Public License version 2 as | 11 | * it under the terms of the GNU General Public License version 2 as |
@@ -198,7 +198,7 @@ static struct platform_driver da903x_backlight_driver = { | |||
198 | module_platform_driver(da903x_backlight_driver); | 198 | module_platform_driver(da903x_backlight_driver); |
199 | 199 | ||
200 | MODULE_DESCRIPTION("Backlight Driver for Dialog Semiconductor DA9030/DA9034"); | 200 | MODULE_DESCRIPTION("Backlight Driver for Dialog Semiconductor DA9030/DA9034"); |
201 | MODULE_AUTHOR("Eric Miao <eric.miao@marvell.com>" | 201 | MODULE_AUTHOR("Eric Miao <eric.miao@marvell.com>"); |
202 | "Mike Rapoport <mike@compulab.co.il>"); | 202 | MODULE_AUTHOR("Mike Rapoport <mike@compulab.co.il>"); |
203 | MODULE_LICENSE("GPL"); | 203 | MODULE_LICENSE("GPL"); |
204 | MODULE_ALIAS("platform:da903x-backlight"); | 204 | MODULE_ALIAS("platform:da903x-backlight"); |