Fix wrong brace placement in cx25821-core.c Signed-off-by: Leonid V. Fedorenchik <leonidsbox@xxxxxxxxx> --- drivers/staging/cx25821/cx25821-core.c | 28 ++++++++++++++-------------- 1 files changed, 14 insertions(+), 14 deletions(-) diff --git a/drivers/staging/cx25821/cx25821-core.c b/drivers/staging/cx25821/cx25821-core.c index 26d2879..4382e45 100644 --- a/drivers/staging/cx25821/cx25821-core.c +++ b/drivers/staging/cx25821/cx25821-core.c @@ -69,7 +69,7 @@ struct sram_channel cx25821_sram_channels[] = { .gpcnt = VID_DST_A_GPCNT, .vip_ctl = VID_DST_A_VIP_CTL, .pix_frmt = VID_DST_A_PIX_FRMT, - }, + }, [SRAM_CH01] = { .i = SRAM_CH01, @@ -91,7 +91,7 @@ struct sram_channel cx25821_sram_channels[] = { .gpcnt = VID_DST_B_GPCNT, .vip_ctl = VID_DST_B_VIP_CTL, .pix_frmt = VID_DST_B_PIX_FRMT, - }, + }, [SRAM_CH02] = { .i = SRAM_CH02, @@ -113,7 +113,7 @@ struct sram_channel cx25821_sram_channels[] = { .gpcnt = VID_DST_C_GPCNT, .vip_ctl = VID_DST_C_VIP_CTL, .pix_frmt = VID_DST_C_PIX_FRMT, - }, + }, [SRAM_CH03] = { .i = SRAM_CH03, @@ -135,7 +135,7 @@ struct sram_channel cx25821_sram_channels[] = { .gpcnt = VID_DST_D_GPCNT, .vip_ctl = VID_DST_D_VIP_CTL, .pix_frmt = VID_DST_D_PIX_FRMT, - }, + }, [SRAM_CH04] = { .i = SRAM_CH04, @@ -157,7 +157,7 @@ struct sram_channel cx25821_sram_channels[] = { .gpcnt = VID_DST_E_GPCNT, .vip_ctl = VID_DST_E_VIP_CTL, .pix_frmt = VID_DST_E_PIX_FRMT, - }, + }, [SRAM_CH05] = { .i = SRAM_CH05, @@ -179,7 +179,7 @@ struct sram_channel cx25821_sram_channels[] = { .gpcnt = VID_DST_F_GPCNT, .vip_ctl = VID_DST_F_VIP_CTL, .pix_frmt = VID_DST_F_PIX_FRMT, - }, + }, [SRAM_CH06] = { .i = SRAM_CH06, @@ -201,7 +201,7 @@ struct sram_channel cx25821_sram_channels[] = { .gpcnt = VID_DST_G_GPCNT, .vip_ctl = VID_DST_G_VIP_CTL, .pix_frmt = VID_DST_G_PIX_FRMT, - }, + }, [SRAM_CH07] = { .i = SRAM_CH07, @@ -223,7 +223,7 @@ struct sram_channel cx25821_sram_channels[] = { .gpcnt = VID_DST_H_GPCNT, .vip_ctl = VID_DST_H_VIP_CTL, .pix_frmt = VID_DST_H_PIX_FRMT, - }, + }, [SRAM_CH08] = { .name = "audio from", @@ -236,7 +236,7 @@ struct sram_channel cx25821_sram_channels[] = { .ptr2_reg = DMA17_PTR2, .cnt1_reg = DMA17_CNT1, .cnt2_reg = DMA17_CNT2, - }, + }, [SRAM_CH09] = { .i = SRAM_CH09, @@ -262,7 +262,7 @@ struct sram_channel cx25821_sram_channels[] = { .vid_active_ctl2 = VID_SRC_I_ACTIVE_CTL2, .vid_cdt_size = VID_SRC_I_CDT_SZ, .irq_bit = 8, - }, + }, [SRAM_CH10] = { .i = SRAM_CH10, @@ -288,7 +288,7 @@ struct sram_channel cx25821_sram_channels[] = { .vid_active_ctl2 = VID_SRC_J_ACTIVE_CTL2, .vid_cdt_size = VID_SRC_J_CDT_SZ, .irq_bit = 9, - }, + }, [SRAM_CH11] = { .i = SRAM_CH11, @@ -313,7 +313,7 @@ struct sram_channel cx25821_sram_channels[] = { .fld_aud_fifo_en = FLD_AUD_SRC_B_FIFO_EN, .fld_aud_risc_en = FLD_AUD_SRC_B_RISC_EN, .irq_bit = 11, - }, + }, }; EXPORT_SYMBOL(cx25821_sram_channels); @@ -1480,10 +1480,10 @@ static DEFINE_PCI_DEVICE_TABLE(cx25821_pci_tbl) = { .device = 0x8210, .subvendor = 0x14f1, .subdevice = 0x0920, - }, + }, { /* --- end of list --- */ - } + } }; MODULE_DEVICE_TABLE(pci, cx25821_pci_tbl); -- 1.7.0.4 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel