diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-11-25 05:35:41 (GMT) |
---|---|---|
committer | Bryan Wu <cooloney@gmail.com> | 2012-11-27 22:49:25 (GMT) |
commit | ef734162757a27e7492e32a269e6af5a8e757d8e (patch) | |
tree | 630400018c2e17fe363e2c068f4354bfa96f702e /drivers | |
parent | d23e7b8b61d012e8a86097c5c6f411ede04ca955 (diff) | |
download | linux-fsl-qoriq-ef734162757a27e7492e32a269e6af5a8e757d8e.tar.xz |
leds: leds-adp5520: Fix checkpatch warnings
Fixes the following type of checkpatch warnings:
WARNING: please, no space before tabs
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/leds/leds-adp5520.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/leds/leds-adp5520.c b/drivers/leds/leds-adp5520.c index aa56a86..ed15e6e 100644 --- a/drivers/leds/leds-adp5520.c +++ b/drivers/leds/leds-adp5520.c @@ -5,10 +5,10 @@ * * Loosely derived from leds-da903x: * Copyright (C) 2008 Compulab, Ltd. - * Mike Rapoport <mike@compulab.co.il> + * Mike Rapoport <mike@compulab.co.il> * * Copyright (C) 2006-2008 Marvell International Ltd. - * Eric Miao <eric.miao@marvell.com> + * Eric Miao <eric.miao@marvell.com> * * Licensed under the GPL-2 or later. */ |