Browse Source

Staging: comedi: Add spaces around colons as requested by checkpatch

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Bill Pemberton 16 years ago
parent
commit
a87e4f5a4a
1 changed files with 24 additions and 24 deletions
  1. 24 24
      drivers/staging/comedi/drivers/s626.c

+ 24 - 24
drivers/staging/comedi/drivers/s626.c

@@ -358,15 +358,15 @@ static enc_private enc_private_data[] = {
 	      GetEnable:GetEnable_A,
 	      GetIntSrc : GetIntSrc_A,
 	      GetLoadTrig : GetLoadTrig_A,
-	      GetMode:	GetMode_A,
+	      GetMode :	GetMode_A,
 	      PulseIndex : PulseIndex_A,
 	      SetEnable : SetEnable_A,
 	      SetIntSrc : SetIntSrc_A,
 	      SetLoadTrig : SetLoadTrig_A,
-	      SetMode:	SetMode_A,
+	      SetMode :	SetMode_A,
 	      ResetCapFlags : ResetCapFlags_A,
-	      MyCRA:	LP_CR0A,
-	      MyCRB:	LP_CR0B,
+	      MyCRA :	LP_CR0A,
+	      MyCRB :	LP_CR0B,
 	      MyLatchLsw : LP_CNTR0ALSW,
 	      MyEventBits : EVBITS(0),
 		},
@@ -374,15 +374,15 @@ static enc_private enc_private_data[] = {
 	      GetEnable:GetEnable_A,
 	      GetIntSrc : GetIntSrc_A,
 	      GetLoadTrig : GetLoadTrig_A,
-	      GetMode:	GetMode_A,
+	      GetMode :	GetMode_A,
 	      PulseIndex : PulseIndex_A,
 	      SetEnable : SetEnable_A,
 	      SetIntSrc : SetIntSrc_A,
 	      SetLoadTrig : SetLoadTrig_A,
-	      SetMode:	SetMode_A,
+	      SetMode :	SetMode_A,
 	      ResetCapFlags : ResetCapFlags_A,
-	      MyCRA:	LP_CR1A,
-	      MyCRB:	LP_CR1B,
+	      MyCRA :	LP_CR1A,
+	      MyCRB :	LP_CR1B,
 	      MyLatchLsw : LP_CNTR1ALSW,
 	      MyEventBits : EVBITS(1),
 		},
@@ -390,15 +390,15 @@ static enc_private enc_private_data[] = {
 	      GetEnable:GetEnable_A,
 	      GetIntSrc : GetIntSrc_A,
 	      GetLoadTrig : GetLoadTrig_A,
-	      GetMode:	GetMode_A,
+	      GetMode :	GetMode_A,
 	      PulseIndex : PulseIndex_A,
 	      SetEnable : SetEnable_A,
 	      SetIntSrc : SetIntSrc_A,
 	      SetLoadTrig : SetLoadTrig_A,
-	      SetMode:	SetMode_A,
+	      SetMode :	SetMode_A,
 	      ResetCapFlags : ResetCapFlags_A,
-	      MyCRA:	LP_CR2A,
-	      MyCRB:	LP_CR2B,
+	      MyCRA :	LP_CR2A,
+	      MyCRB :	LP_CR2B,
 	      MyLatchLsw : LP_CNTR2ALSW,
 	      MyEventBits : EVBITS(2),
 		},
@@ -406,15 +406,15 @@ static enc_private enc_private_data[] = {
 	      GetEnable:GetEnable_B,
 	      GetIntSrc : GetIntSrc_B,
 	      GetLoadTrig : GetLoadTrig_B,
-	      GetMode:	GetMode_B,
+	      GetMode :	GetMode_B,
 	      PulseIndex : PulseIndex_B,
 	      SetEnable : SetEnable_B,
 	      SetIntSrc : SetIntSrc_B,
 	      SetLoadTrig : SetLoadTrig_B,
-	      SetMode:	SetMode_B,
+	      SetMode :	SetMode_B,
 	      ResetCapFlags : ResetCapFlags_B,
-	      MyCRA:	LP_CR0A,
-	      MyCRB:	LP_CR0B,
+	      MyCRA :	LP_CR0A,
+	      MyCRB :	LP_CR0B,
 	      MyLatchLsw : LP_CNTR0BLSW,
 	      MyEventBits : EVBITS(3),
 		},
@@ -422,15 +422,15 @@ static enc_private enc_private_data[] = {
 	      GetEnable:GetEnable_B,
 	      GetIntSrc : GetIntSrc_B,
 	      GetLoadTrig : GetLoadTrig_B,
-	      GetMode:	GetMode_B,
+	      GetMode :	GetMode_B,
 	      PulseIndex : PulseIndex_B,
 	      SetEnable : SetEnable_B,
 	      SetIntSrc : SetIntSrc_B,
 	      SetLoadTrig : SetLoadTrig_B,
-	      SetMode:	SetMode_B,
+	      SetMode :	SetMode_B,
 	      ResetCapFlags : ResetCapFlags_B,
-	      MyCRA:	LP_CR1A,
-	      MyCRB:	LP_CR1B,
+	      MyCRA :	LP_CR1A,
+	      MyCRB :	LP_CR1B,
 	      MyLatchLsw : LP_CNTR1BLSW,
 	      MyEventBits : EVBITS(4),
 		},
@@ -438,15 +438,15 @@ static enc_private enc_private_data[] = {
 	      GetEnable:GetEnable_B,
 	      GetIntSrc : GetIntSrc_B,
 	      GetLoadTrig : GetLoadTrig_B,
-	      GetMode:	GetMode_B,
+	      GetMode :	GetMode_B,
 	      PulseIndex : PulseIndex_B,
 	      SetEnable : SetEnable_B,
 	      SetIntSrc : SetIntSrc_B,
 	      SetLoadTrig : SetLoadTrig_B,
-	      SetMode:	SetMode_B,
+	      SetMode :	SetMode_B,
 	      ResetCapFlags : ResetCapFlags_B,
-	      MyCRA:	LP_CR2A,
-	      MyCRB:	LP_CR2B,
+	      MyCRA :	LP_CR2A,
+	      MyCRB :	LP_CR2B,
 	      MyLatchLsw : LP_CNTR2BLSW,
 	      MyEventBits : EVBITS(5),
 		},