[PATCH] arch/powerpc trivial annotations

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Al Viro
2007-02-09 16:38:15 +00:00
committed by Linus Torvalds
parent ccbebdaccf
commit 9340b0d356
3 changed files with 6 additions and 5 deletions

View File

@@ -85,7 +85,7 @@ get_index_for_opcode (unsigned int insn)
if ((index = spu_disassemble_table[opcode & 0x7ff]) != 0)
return index;
return 0;
return NULL;
}
/* Print a Spu instruction. */