[PATCH] Sraging: poch: fix TAB coding style issue in poch.c

ruslanpisarev at gmail.com ruslanpisarev at gmail.com
Sun Mar 14 13:33:48 UTC 2010


From: ruslan <ruslan at rpisarev.org.ua>

Signed-off-by: Ruslan Pisarev <ruslan at rpisarev.org.ua>
---
 drivers/staging/poch/poch.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/poch/poch.c b/drivers/staging/poch/poch.c
index 9095158..a1be3e1 100644
--- a/drivers/staging/poch/poch.c
+++ b/drivers/staging/poch/poch.c
@@ -128,7 +128,7 @@
 #define FPGA_INT_RX_ACQ_DONE		(0x1)
 
 #define FPGA_RX_CTL_REG			0x214
-#define FPGA_RX_CTL_FIFO_FLUSH      	(0x1 << 9)
+#define FPGA_RX_CTL_FIFO_FLUSH		(0x1 << 9)
 #define FPGA_RX_CTL_SYNTH_DATA		(0x1 << 8)
 #define FPGA_RX_CTL_CONT_CAP		(0x0 << 1)
 #define FPGA_RX_CTL_SNAP_CAP		(0x1 << 1)
-- 
1.6.6.1




More information about the devel mailing list