Skip to content

Commit

Permalink
[MIPS] Malta: Use C89 style for comments
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dmitri Vorobiev authored and Ralf Baechle committed Jan 29, 2008
1 parent 52b3fc0 commit ae9cef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/mips/mips-boards/malta/malta_int.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae9cef0

Please sign in to comment.