提交 ae9cef0b 编写于 作者: D Dmitri Vorobiev 提交者: Ralf Baechle

[MIPS] Malta: Use C89 style for comments

Remove comments in C99 style and make checkpatch.pl happy.

No functional changes introduced.
Signed-off-by: NDmitri Vorobiev <dmitri.vorobiev@gmail.com>
Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 52b3fc04
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册