Staging: sm750fb: ddk750_swi2c.h: Replace spaces with tabs
authorIsaac Assegai <isaac.a.travers@gmail.com>
Fri, 19 Jun 2015 04:48:50 +0000 (21:48 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 19 Jun 2015 05:10:01 +0000 (22:10 -0700)
Replace spaces with tabs at the start of lines in
ddk750_swi2c.h to rectify the following checkpatch warning:
WARNING: please, no spaces at the start of a line

Signed-off-by: Isaac Assegai <isaac.a.travers@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/ddk750_swi2c.h

index ec5463b98ddf81c3093f9d73e93276d3b0730402..e85f864cb3cb76f5c3829c2963e8894422ca0025 100644 (file)
@@ -29,8 +29,8 @@
  *       0   - Success
  */
 long swI2CInit(
-    unsigned char i2cClkGPIO,
-    unsigned char i2cDataGPIO
+       unsigned char i2cClkGPIO,
+       unsigned char i2cDataGPIO
 );
 
 /*
@@ -45,8 +45,8 @@ long swI2CInit(
  *      Register value
  */
 unsigned char swI2CReadReg(
-    unsigned char deviceAddress,
-    unsigned char registerIndex
+       unsigned char deviceAddress,
+       unsigned char registerIndex
 );
 
 /*
@@ -63,9 +63,9 @@ unsigned char swI2CReadReg(
  *         -1   - Fail
  */
 long swI2CWriteReg(
-    unsigned char deviceAddress,
-    unsigned char registerIndex,
-    unsigned char data
+       unsigned char deviceAddress,
+       unsigned char registerIndex,
+       unsigned char data
 );
 
 /*