diff options
author | Leonid V. Fedorenchik <leonidsbox@gmail.com> | 2011-10-22 00:43:21 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-11-24 15:33:25 -0500 |
commit | 767f1d437db41e888f5da2a79cafd4a11b319cfd (patch) | |
tree | 546d1e2a5f95de14f9734e77be362cba5e961fae | |
parent | bd93b3ad275501f50935a420cb26f598093d91a0 (diff) |
[media] cx25821-alsa.c: Line up comments
Line up comments to the same column.
Signed-off-by: Leonid V. Fedorenchik <leonidsbox@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/media/video/cx25821/cx25821-alsa.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/drivers/media/video/cx25821/cx25821-alsa.c b/drivers/media/video/cx25821/cx25821-alsa.c index 09e99de5fd21..259324a1092a 100644 --- a/drivers/media/video/cx25821/cx25821-alsa.c +++ b/drivers/media/video/cx25821/cx25821-alsa.c | |||
@@ -234,15 +234,15 @@ static int _cx25821_stop_audio_dma(struct cx25821_audio_dev *chip) | |||
234 | */ | 234 | */ |
235 | static char *cx25821_aud_irqs[32] = { | 235 | static char *cx25821_aud_irqs[32] = { |
236 | "dn_risci1", "up_risci1", "rds_dn_risc1", /* 0-2 */ | 236 | "dn_risci1", "up_risci1", "rds_dn_risc1", /* 0-2 */ |
237 | NULL, /* reserved */ | 237 | NULL, /* reserved */ |
238 | "dn_risci2", "up_risci2", "rds_dn_risc2", /* 4-6 */ | 238 | "dn_risci2", "up_risci2", "rds_dn_risc2", /* 4-6 */ |
239 | NULL, /* reserved */ | 239 | NULL, /* reserved */ |
240 | "dnf_of", "upf_uf", "rds_dnf_uf", /* 8-10 */ | 240 | "dnf_of", "upf_uf", "rds_dnf_uf", /* 8-10 */ |
241 | NULL, /* reserved */ | 241 | NULL, /* reserved */ |
242 | "dn_sync", "up_sync", "rds_dn_sync", /* 12-14 */ | 242 | "dn_sync", "up_sync", "rds_dn_sync", /* 12-14 */ |
243 | NULL, /* reserved */ | 243 | NULL, /* reserved */ |
244 | "opc_err", "par_err", "rip_err", /* 16-18 */ | 244 | "opc_err", "par_err", "rip_err", /* 16-18 */ |
245 | "pci_abort", "ber_irq", "mchg_irq" /* 19-21 */ | 245 | "pci_abort", "ber_irq", "mchg_irq" /* 19-21 */ |
246 | }; | 246 | }; |
247 | 247 | ||
248 | /* | 248 | /* |