]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
[media] cx25821-video-upstream-ch2.c: Line up comments
authorLeonid V. Fedorenchik <leonidsbox@gmail.com>
Sat, 22 Oct 2011 04:43:41 +0000 (01:43 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 24 Nov 2011 20:53:59 +0000 (18:53 -0200)
Line up comments to match indent of surrounding statements.

Signed-off-by: Leonid V. Fedorenchik <leonidsbox@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx25821/cx25821-video-upstream-ch2.c

index 2a724ddfa53f1cfa226f8569a7d98dd68647391c..94e235fc69388bb9e4137331e6dbb4e100a12737 100644 (file)
@@ -173,7 +173,7 @@ int cx25821_risc_buffer_upstream_ch2(struct cx25821_dev *dev,
 
                fifo_enable = FIFO_DISABLE;
 
-              /* Even field */
+               /* Even field */
                rp = cx25821_risc_field_upstream_ch2(dev, rp,
                                dev->_data_buf_phys_addr_ch2 + databuf_offset,
                                bottom_offset, 0x200, bpl, singlefield_lines,
@@ -189,9 +189,9 @@ int cx25821_risc_buffer_upstream_ch2(struct cx25821_dev *dev,
                }
 
               /*
-                 Loop to 2ndFrameRISC or to Start of
-                 Risc program & generate IRQ
-              */
+               * Loop to 2ndFrameRISC or to Start of
+               * Risc program & generate IRQ
+               */
                *(rp++) = cpu_to_le32(RISC_JUMP | RISC_IRQ1 | risc_flag);
                *(rp++) = cpu_to_le32(risc_phys_jump_addr);
                *(rp++) = cpu_to_le32(0);