Browse Source

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 <jg1.han@samsung.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Jingoo Han 11 years ago
parent
commit
b07ab66391
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/pwm/pwm-pxa.c

+ 1 - 1
drivers/pwm/pwm-pxa.c

@@ -8,7 +8,7 @@
  * published by the Free Software Foundation.
  * published by the Free Software Foundation.
  *
  *
  * 2008-02-13	initial version
  * 2008-02-13	initial version
- * 		eric miao <eric.miao@marvell.com>
+ *		eric miao <eric.miao@marvell.com>
  */
  */
 
 
 #include <linux/module.h>
 #include <linux/module.h>