diff options
| author | Jingoo Han <[email protected]> | 2013-12-19 04:34:05 +0000 |
|---|---|---|
| committer | Thierry Reding <[email protected]> | 2013-12-20 09:53:55 +0000 |
| commit | b07ab66391e47aacca9309eb88edef4897d94c77 (patch) | |
| tree | b00a08896e3f8d68630635baa25398623b7b00b9 /drivers/pwm/pwm-pxa.c | |
| parent | pwm: ep93xx: split module author names (diff) | |
| download | kernel-b07ab66391e47aacca9309eb88edef4897d94c77.tar.gz kernel-b07ab66391e47aacca9309eb88edef4897d94c77.zip | |
pwm: pxa: remove unnecessary space before tabs
Remove unnecessary space before tabs in order to fix the following
checkpatch warning.
WARNING: please, no space before tabs
Signed-off-by: Jingoo Han <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
Diffstat (limited to 'drivers/pwm/pwm-pxa.c')
| -rw-r--r-- | drivers/pwm/pwm-pxa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pwm/pwm-pxa.c b/drivers/pwm/pwm-pxa.c index 3dc7c10bb7a0..8d995731cef8 100644 --- a/drivers/pwm/pwm-pxa.c +++ b/drivers/pwm/pwm-pxa.c @@ -8,7 +8,7 @@ * published by the Free Software Foundation. * * 2008-02-13 initial version - * eric miao <[email protected]> + * eric miao <[email protected]> */ #include <linux/module.h> |
