From: Jingoo Han Date: Fri, 9 Nov 2012 03:04:42 +0000 (+1100) Subject: backlight: l4f00242t03: fix checkpatch warning X-Git-Tag: next-20121112~5^2~119 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0663d6c6340a0c6d0cd48357d8fc50f55e365324;p=karo-tx-linux.git 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 Cc: Richard Purdie Signed-off-by: Andrew Morton --- diff --git a/drivers/video/backlight/l4f00242t03.c b/drivers/video/backlight/l4f00242t03.c index 2d90c0648aa0..472c7dcca81e 100644 --- a/drivers/video/backlight/l4f00242t03.c +++ b/drivers/video/backlight/l4f00242t03.c @@ -4,7 +4,7 @@ * Copyright 2007-2009 Freescale Semiconductor, Inc. All Rights Reserved. * * Copyright (c) 2009 Alberto Panizzo - * Inspired by Marek Vasut work in l4f00242t03.c + * Inspired by Marek Vasut work in l4f00242t03.c * * 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 @@ -33,7 +33,6 @@ struct l4f00242t03_priv { struct regulator *core_reg; }; - static void l4f00242t03_reset(unsigned int gpio) { pr_debug("l4f00242t03_reset.\n");