Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae9cef0b authored by Dmitri Vorobiev's avatar Dmitri Vorobiev Committed by Ralf Baechle
Browse files

[MIPS] Malta: Use C89 style for comments



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

No functional changes introduced.

Signed-off-by: default avatarDmitri Vorobiev <dmitri.vorobiev@gmail.com>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 52b3fc04
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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