]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[MIPS] Malta: Use C89 style for comments
authorDmitri Vorobiev <dmitri.vorobiev@gmail.com>
Thu, 24 Jan 2008 16:52:52 +0000 (19:52 +0300)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 29 Jan 2008 10:15:04 +0000 (10:15 +0000)
Remove comments in C99 style and make checkpatch.pl happy.

No functional changes introduced.

Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mips-boards/malta/malta_int.c

index 2473a77cea606c9fdbe52bcf1a2366b95b63af27..92e6e2d7b7f34c5d9efca83d1693d179f82e6a6f 100644 (file)
@@ -214,9 +214,9 @@ static inline unsigned int irq_ffs(unsigned int pending)
 
        t0 = pending & 0x8000;
        t0 = t0 < 1;
-       //t0 = t0 << 2;
+       /* t0 = t0 << 2; */
        a0 = a0 - t0;
-       //pending = pending << t0;
+       /* pending = pending << t0; */
 
        return a0;
 #endif