diff options
author | Jingoo Han <jg1.han@samsung.com> | 2012-12-17 19:00:23 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-12-17 20:15:15 -0500 |
commit | e4f8ae708043865294bfbc12e5249187566b1260 (patch) | |
tree | d697434a5c87a7de879ea250d415ec8cd2e9ec4b /drivers/video/backlight | |
parent | 0a75a568b3ad31976f8b2606936227495cd3c5da (diff) |
backlight: l4f00242t03: fix checkpatch warning
This patch fixes the checkpatch warning as below:
WARNING: please, no space before tabs
Also, unnecessary line is removed.
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/video/backlight')
-rw-r--r-- | drivers/video/backlight/l4f00242t03.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/video/backlight/l4f00242t03.c b/drivers/video/backlight/l4f00242t03.c index f5aa0a5961d6..9a35196d12d7 100644 --- a/drivers/video/backlight/l4f00242t03.c +++ b/drivers/video/backlight/l4f00242t03.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * Copyright 2007-2009 Freescale Semiconductor, Inc. All Rights Reserved. | 4 | * Copyright 2007-2009 Freescale Semiconductor, Inc. All Rights Reserved. |
5 | * | 5 | * |
6 | * Copyright (c) 2009 Alberto Panizzo <maramaopercheseimorto@gmail.com> | 6 | * Copyright (c) 2009 Alberto Panizzo <maramaopercheseimorto@gmail.com> |
7 | * Inspired by Marek Vasut work in l4f00242t03.c | 7 | * Inspired by Marek Vasut work in l4f00242t03.c |
8 | * | 8 | * |
9 | * This program is free software; you can redistribute it and/or modify | 9 | * This program is free software; you can redistribute it and/or modify |
10 | * it under the terms of the GNU General Public License version 2 as | 10 | * it under the terms of the GNU General Public License version 2 as |
@@ -33,7 +33,6 @@ struct l4f00242t03_priv { | |||
33 | struct regulator *core_reg; | 33 | struct regulator *core_reg; |
34 | }; | 34 | }; |
35 | 35 | ||
36 | |||
37 | static void l4f00242t03_reset(unsigned int gpio) | 36 | static void l4f00242t03_reset(unsigned int gpio) |
38 | { | 37 | { |
39 | pr_debug("l4f00242t03_reset.\n"); | 38 | pr_debug("l4f00242t03_reset.\n"); |