Title: [7661] trunk/include/linux/input/adxl34x.h: adxl34x: fix mixed spaces/tabs
Revision
7661
Author
vapier
Date
2009-10-16 01:38:41 -0400 (Fri, 16 Oct 2009)

Log Message

adxl34x: fix mixed spaces/tabs

Modified Paths


Diff

Modified: trunk/include/linux/input/adxl34x.h (7660 => 7661)


--- trunk/include/linux/input/adxl34x.h	2009-10-16 04:11:41 UTC (rev 7660)
+++ trunk/include/linux/input/adxl34x.h	2009-10-16 05:38:41 UTC (rev 7661)
@@ -34,10 +34,10 @@
 	 * taps.
 	 */
 
-#define ADXL_SUPPRESS 	(1 << 3)
-#define ADXL_TAP_X_EN 	(1 << 2)
-#define ADXL_TAP_Y_EN 	(1 << 1)
-#define ADXL_TAP_Z_EN 	(1 << 0)
+#define ADXL_SUPPRESS	(1 << 3)
+#define ADXL_TAP_X_EN	(1 << 2)
+#define ADXL_TAP_Y_EN	(1 << 1)
+#define ADXL_TAP_Z_EN	(1 << 0)
 
 	unsigned char tap_axis_control;
 
@@ -107,14 +107,14 @@
 	 * considered inactive and the inactivity interrupt is triggered.
 	 */
 
-#define ADXL_ACT_ACDC   	(1 << 7)
-#define ADXL_ACT_X_EN   	(1 << 6)
-#define ADXL_ACT_Y_EN   	(1 << 5)
-#define ADXL_ACT_Z_EN   	(1 << 4)
-#define ADXL_INACT_ACDC 	(1 << 3)
-#define ADXL_INACT_X_EN 	(1 << 2)
-#define ADXL_INACT_Y_EN 	(1 << 1)
-#define ADXL_INACT_Z_EN 	(1 << 0)
+#define ADXL_ACT_ACDC		(1 << 7)
+#define ADXL_ACT_X_EN		(1 << 6)
+#define ADXL_ACT_Y_EN		(1 << 5)
+#define ADXL_ACT_Z_EN		(1 << 4)
+#define ADXL_INACT_ACDC		(1 << 3)
+#define ADXL_INACT_X_EN		(1 << 2)
+#define ADXL_INACT_Y_EN		(1 << 1)
+#define ADXL_INACT_Z_EN		(1 << 0)
 
 	unsigned char act_axis_control;
 
@@ -202,7 +202,7 @@
 	 * maximum g-Range and scale factor.
 	 */
 
-#define ADXL_FULL_RES    	(1 << 3)
+#define ADXL_FULL_RES		(1 << 3)
 #define ADXL_RANGE_PM_2g	0
 #define ADXL_RANGE_PM_4g	1
 #define ADXL_RANGE_PM_8g	2
@@ -235,8 +235,8 @@
 	 * for further description.
 	 */
 
-#define ADXL_LINK    	(1 << 5)
-#define ADXL_AUTO_SLEEP (1 << 4)
+#define ADXL_LINK	(1 << 5)
+#define ADXL_AUTO_SLEEP	(1 << 4)
 
 	unsigned char power_mode;
 
@@ -245,7 +245,7 @@
 	 * BYPASS The FIFO is bypassed
 	 * FIFO   FIFO collects up to 32 values then stops collecting data
 	 * STREAM FIFO holds the last 32 data values. Once full, the FIFO's
-	 * 	  oldest data is lost as it is replaced with newer data
+	 *        oldest data is lost as it is replaced with newer data
 	 *
 	 * DEFAULT should be ADXL_FIFO_STREAM
 	 */
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to