Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ae9cef0b7949c0d528962127f2bccf7c753949df
Commit:     ae9cef0b7949c0d528962127f2bccf7c753949df
Parent:     52b3fc04ba3289ffa42fac84bfa35ef2613fc917
Author:     Dmitri Vorobiev <[EMAIL PROTECTED]>
AuthorDate: Thu Jan 24 19:52:52 2008 +0300
Committer:  Ralf Baechle <[EMAIL PROTECTED]>
CommitDate: Tue Jan 29 10:15:04 2008 +0000

    [MIPS] Malta: Use C89 style for comments
    
    Remove comments in C99 style and make checkpatch.pl happy.
    
    No functional changes introduced.
    
    Signed-off-by: Dmitri Vorobiev <[EMAIL PROTECTED]>
    Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
---
 arch/mips/mips-boards/malta/malta_int.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/mips/mips-boards/malta/malta_int.c 
b/arch/mips/mips-boards/malta/malta_int.c
index 2473a77..92e6e2d 100644
--- a/arch/mips/mips-boards/malta/malta_int.c
+++ b/arch/mips/mips-boards/malta/malta_int.c
@@ -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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to