diff options
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-09-03 17:42:09 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-09-03 17:42:09 -0400 |
commit | 97e0e1e867952d369f245fce0d6791eacb40b2bb (patch) | |
tree | 250a4f83399cfcded1ea98144beecc5a3296a516 | |
parent | ea21f702fc65e1f343dcbc422613cbb8af23d901 (diff) |
[media] xc4000: Fix bad alignments
As reported by cocinelle:
drivers/media/tuners/xc4000.c:573:2-28: code aligned with following code on line 574
drivers/media/tuners/xc4000.c:575:2-29: code aligned with following code on line 576
drivers/media/tuners/xc4000.c:577:2-29: code aligned with following code on line 578
drivers/media/tuners/xc4000.c:579:2-27: code aligned with following code on line 580
drivers/media/tuners/xc4000.c:581:2-29: code aligned with following code on line 582
drivers/media/tuners/xc4000.c:583:2-29: code aligned with following code on line 584
drivers/media/tuners/xc4000.c:585:2-28: code aligned with following code on line 586
drivers/media/tuners/xc4000.c:587:2-27: code aligned with following code on line 588
drivers/media/tuners/xc4000.c:589:2-28: code aligned with following code on line 590
drivers/media/tuners/xc4000.c:591:2-29: code aligned with following code on line 592
drivers/media/tuners/xc4000.c:593:2-28: code aligned with following code on line 594
drivers/media/tuners/xc4000.c:595:2-26: code aligned with following code on line 596
drivers/media/tuners/xc4000.c:597:2-30: code aligned with following code on line 598
drivers/media/tuners/xc4000.c:599:2-27: code aligned with following code on line 600
drivers/media/tuners/xc4000.c:601:2-28: code aligned with following code on line 602
drivers/media/tuners/xc4000.c:603:2-28: code aligned with following code on line 604
drivers/media/tuners/xc4000.c:605:2-28: code aligned with following code on line 606
drivers/media/tuners/xc4000.c:607:2-26: code aligned with following code on line 608
drivers/media/tuners/xc4000.c:609:2-28: code aligned with following code on line 610
drivers/media/tuners/xc4000.c:611:2-30: code aligned with following code on line 612
drivers/media/tuners/xc4000.c:613:2-31: code aligned with following code on line 614
drivers/media/tuners/xc4000.c:615:2-30: code aligned with following code on line 616
drivers/media/tuners/xc4000.c:617:2-33: code aligned with following code on line 618
drivers/media/tuners/xc4000.c:619:2-33: code aligned with following code on line 620
drivers/media/tuners/xc4000.c:621:2-32: code aligned with following code on line 622
drivers/media/tuners/xc4000.c:623:2-34: code aligned with following code on line 624
drivers/media/tuners/xc4000.c:625:2-29: code aligned with following code on line 626
drivers/media/tuners/xc4000.c:627:2-29: code aligned with following code on line 628
drivers/media/tuners/xc4000.c:629:2-30: code aligned with following code on line 630
drivers/media/tuners/xc4000.c:631:2-29: code aligned with following code on line 632
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
-rw-r--r-- | drivers/media/tuners/xc4000.c | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/drivers/media/tuners/xc4000.c b/drivers/media/tuners/xc4000.c index f9ab79e3432d..219ebafae70f 100644 --- a/drivers/media/tuners/xc4000.c +++ b/drivers/media/tuners/xc4000.c | |||
@@ -569,67 +569,67 @@ static int xc4000_readreg(struct xc4000_priv *priv, u16 reg, u16 *val) | |||
569 | #define dump_firm_type(t) dump_firm_type_and_int_freq(t, 0) | 569 | #define dump_firm_type(t) dump_firm_type_and_int_freq(t, 0) |
570 | static void dump_firm_type_and_int_freq(unsigned int type, u16 int_freq) | 570 | static void dump_firm_type_and_int_freq(unsigned int type, u16 int_freq) |
571 | { | 571 | { |
572 | if (type & BASE) | 572 | if (type & BASE) |
573 | printk(KERN_CONT "BASE "); | 573 | printk(KERN_CONT "BASE "); |
574 | if (type & INIT1) | 574 | if (type & INIT1) |
575 | printk(KERN_CONT "INIT1 "); | 575 | printk(KERN_CONT "INIT1 "); |
576 | if (type & F8MHZ) | 576 | if (type & F8MHZ) |
577 | printk(KERN_CONT "F8MHZ "); | 577 | printk(KERN_CONT "F8MHZ "); |
578 | if (type & MTS) | 578 | if (type & MTS) |
579 | printk(KERN_CONT "MTS "); | 579 | printk(KERN_CONT "MTS "); |
580 | if (type & D2620) | 580 | if (type & D2620) |
581 | printk(KERN_CONT "D2620 "); | 581 | printk(KERN_CONT "D2620 "); |
582 | if (type & D2633) | 582 | if (type & D2633) |
583 | printk(KERN_CONT "D2633 "); | 583 | printk(KERN_CONT "D2633 "); |
584 | if (type & DTV6) | 584 | if (type & DTV6) |
585 | printk(KERN_CONT "DTV6 "); | 585 | printk(KERN_CONT "DTV6 "); |
586 | if (type & QAM) | 586 | if (type & QAM) |
587 | printk(KERN_CONT "QAM "); | 587 | printk(KERN_CONT "QAM "); |
588 | if (type & DTV7) | 588 | if (type & DTV7) |
589 | printk(KERN_CONT "DTV7 "); | 589 | printk(KERN_CONT "DTV7 "); |
590 | if (type & DTV78) | 590 | if (type & DTV78) |
591 | printk(KERN_CONT "DTV78 "); | 591 | printk(KERN_CONT "DTV78 "); |
592 | if (type & DTV8) | 592 | if (type & DTV8) |
593 | printk(KERN_CONT "DTV8 "); | 593 | printk(KERN_CONT "DTV8 "); |
594 | if (type & FM) | 594 | if (type & FM) |
595 | printk(KERN_CONT "FM "); | 595 | printk(KERN_CONT "FM "); |
596 | if (type & INPUT1) | 596 | if (type & INPUT1) |
597 | printk(KERN_CONT "INPUT1 "); | 597 | printk(KERN_CONT "INPUT1 "); |
598 | if (type & LCD) | 598 | if (type & LCD) |
599 | printk(KERN_CONT "LCD "); | 599 | printk(KERN_CONT "LCD "); |
600 | if (type & NOGD) | 600 | if (type & NOGD) |
601 | printk(KERN_CONT "NOGD "); | 601 | printk(KERN_CONT "NOGD "); |
602 | if (type & MONO) | 602 | if (type & MONO) |
603 | printk(KERN_CONT "MONO "); | 603 | printk(KERN_CONT "MONO "); |
604 | if (type & ATSC) | 604 | if (type & ATSC) |
605 | printk(KERN_CONT "ATSC "); | 605 | printk(KERN_CONT "ATSC "); |
606 | if (type & IF) | 606 | if (type & IF) |
607 | printk(KERN_CONT "IF "); | 607 | printk(KERN_CONT "IF "); |
608 | if (type & LG60) | 608 | if (type & LG60) |
609 | printk(KERN_CONT "LG60 "); | 609 | printk(KERN_CONT "LG60 "); |
610 | if (type & ATI638) | 610 | if (type & ATI638) |
611 | printk(KERN_CONT "ATI638 "); | 611 | printk(KERN_CONT "ATI638 "); |
612 | if (type & OREN538) | 612 | if (type & OREN538) |
613 | printk(KERN_CONT "OREN538 "); | 613 | printk(KERN_CONT "OREN538 "); |
614 | if (type & OREN36) | 614 | if (type & OREN36) |
615 | printk(KERN_CONT "OREN36 "); | 615 | printk(KERN_CONT "OREN36 "); |
616 | if (type & TOYOTA388) | 616 | if (type & TOYOTA388) |
617 | printk(KERN_CONT "TOYOTA388 "); | 617 | printk(KERN_CONT "TOYOTA388 "); |
618 | if (type & TOYOTA794) | 618 | if (type & TOYOTA794) |
619 | printk(KERN_CONT "TOYOTA794 "); | 619 | printk(KERN_CONT "TOYOTA794 "); |
620 | if (type & DIBCOM52) | 620 | if (type & DIBCOM52) |
621 | printk(KERN_CONT "DIBCOM52 "); | 621 | printk(KERN_CONT "DIBCOM52 "); |
622 | if (type & ZARLINK456) | 622 | if (type & ZARLINK456) |
623 | printk(KERN_CONT "ZARLINK456 "); | 623 | printk(KERN_CONT "ZARLINK456 "); |
624 | if (type & CHINA) | 624 | if (type & CHINA) |
625 | printk(KERN_CONT "CHINA "); | 625 | printk(KERN_CONT "CHINA "); |
626 | if (type & F6MHZ) | 626 | if (type & F6MHZ) |
627 | printk(KERN_CONT "F6MHZ "); | 627 | printk(KERN_CONT "F6MHZ "); |
628 | if (type & INPUT2) | 628 | if (type & INPUT2) |
629 | printk(KERN_CONT "INPUT2 "); | 629 | printk(KERN_CONT "INPUT2 "); |
630 | if (type & SCODE) | 630 | if (type & SCODE) |
631 | printk(KERN_CONT "SCODE "); | 631 | printk(KERN_CONT "SCODE "); |
632 | if (type & HAS_IF) | 632 | if (type & HAS_IF) |
633 | printk(KERN_CONT "HAS_IF_%d ", int_freq); | 633 | printk(KERN_CONT "HAS_IF_%d ", int_freq); |
634 | } | 634 | } |
635 | 635 | ||