projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52b3fc0
)
[MIPS] Malta: Use C89 style for comments
author
Dmitri Vorobiev
<
[email protected]
>
Thu, 24 Jan 2008 16:52:52 +0000
(19:52 +0300)
committer
Ralf Baechle
<
[email protected]
>
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 <
[email protected]
>
Signed-off-by: Ralf Baechle <
[email protected]
>
arch/mips/mips-boards/malta/malta_int.c
patch
|
blob
|
history
diff --git
a/arch/mips/mips-boards/malta/malta_int.c
b/arch/mips/mips-boards/malta/malta_int.c
index 2473a77cea606c9fdbe52bcf1a2366b95b63af27..92e6e2d7b7f34c5d9efca83d1693d179f82e6a6f 100644
(file)
--- 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