diff options
author | Sachin Kamat <[email protected]> | 2012-11-25 11:05:41 +0530 |
---|---|---|
committer | Bryan Wu <[email protected]> | 2012-11-27 14:49:25 -0800 |
commit | ef734162757a27e7492e32a269e6af5a8e757d8e (patch) | |
tree | 630400018c2e17fe363e2c068f4354bfa96f702e | |
parent | d23e7b8b61d012e8a86097c5c6f411ede04ca955 (diff) |
leds: leds-adp5520: Fix checkpatch warnings
Fixes the following type of checkpatch warnings:
WARNING: please, no space before tabs
Signed-off-by: Sachin Kamat <[email protected]>
Signed-off-by: Bryan Wu <[email protected]>
-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 aa56a867693a..ed15e6e55b90 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 <[email protected]> + * Mike Rapoport <[email protected]> * * Copyright (C) 2006-2008 Marvell International Ltd. - * Eric Miao <[email protected]> + * Eric Miao <[email protected]> * * Licensed under the GPL-2 or later. */ |