[PATCH] drivers: ata: Added missing spaces

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Added spaces needed in the proper places to address:

./drivers/ata/pata_triflex.c:88: ERROR: space required after that ';' (ctx:VxV) ./drivers/ata/pata_triflex.c:90: ERROR: space required after that ';' (ctx:VxV) ./drivers/ata/pata_triflex.c:92: ERROR: space required after that ';' (ctx:VxV) ./drivers/ata/pata_triflex.c:96: ERROR: space required after that ';' (ctx:VxV) ./drivers/ata/pata_triflex.c:98: ERROR: space required after that ';' (ctx:VxV) ./drivers/ata/pata_triflex.c:100: ERROR: space required after that ';' (ctx:VxV) ./drivers/ata/pata_triflex.c:102: ERROR: space required after that ';' (ctx:VxV) ./drivers/ata/pata_triflex.c:104: ERROR: space required after that ';' (ctx:VxV) ./drivers/ata/pata_triflex.c:106: ERROR: space required after that ';' (ctx:VxV)

Signed-off-by: Yu Han <hanyu001@xxxxxxxxxx>
---
 drivers/ata/pata_triflex.c | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/drivers/ata/pata_triflex.c b/drivers/ata/pata_triflex.c
index 26d448a..e75bf93 100644
--- a/drivers/ata/pata_triflex.c
+++ b/drivers/ata/pata_triflex.c
@@ -85,25 +85,25 @@ static void triflex_load_timing(struct ata_port *ap, struct ata_device *adev, in
     switch(speed)
     {
         case XFER_MW_DMA_2:
-            timing = 0x0103;break;
+            timing = 0x0103; break;
         case XFER_MW_DMA_1:
-            timing = 0x0203;break;
+            timing = 0x0203; break;
         case XFER_MW_DMA_0:
-            timing = 0x0808;break;
+            timing = 0x0808; break;
         case XFER_SW_DMA_2:
         case XFER_SW_DMA_1:
         case XFER_SW_DMA_0:
-            timing = 0x0F0F;break;
+            timing = 0x0F0F; break;
         case XFER_PIO_4:
-            timing = 0x0202;break;
+            timing = 0x0202; break;
         case XFER_PIO_3:
-            timing = 0x0204;break;
+            timing = 0x0204; break;
         case XFER_PIO_2:
-            timing = 0x0404;break;
+            timing = 0x0404; break;
         case XFER_PIO_1:
-            timing = 0x0508;break;
+            timing = 0x0508; break;
         case XFER_PIO_0:
-            timing = 0x0808;break;
+            timing = 0x0808; break;
         default:
             BUG();
     }



[Index of Archives]     [Linux Filesystems]     [Linux SCSI]     [Linux RAID]     [Git]     [Kernel Newbies]     [Linux Newbie]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Samba]     [Device Mapper]

  Powered by Linux