dect
/
linux-2.6
Archived
13
0
Fork 0

[POWERPC] spufs: remove empty last line in run.c

Remove the empty last line in arch/powerpc/platforms/cell/spufs/run.c.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
This commit is contained in:
Christoph Hellwig 2007-02-13 21:36:46 +01:00 committed by Arnd Bergmann
parent 30a6c337dc
commit 5cb23afc9e
1 changed files with 0 additions and 1 deletions

View File

@ -361,4 +361,3 @@ out:
up(&ctx->run_sema);
return ret;
}