diff options
author | Christoph Hellwig <hch@lst.de> | 2007-02-13 21:36:46 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@klappe.arndb.de> | 2007-02-13 21:52:35 +0100 |
commit | 5cb23afc9e64841adb43d46160a5c63a80ebfd54 (patch) | |
tree | 3c412e1d94dc810086fef7a9780de6063f159106 /arch | |
parent | 30a6c337dcefa7583fe9289fedb28783af980c0c (diff) | |
download | op-kernel-dev-5cb23afc9e64841adb43d46160a5c63a80ebfd54.zip op-kernel-dev-5cb23afc9e64841adb43d46160a5c63a80ebfd54.tar.gz |
[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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/platforms/cell/spufs/run.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/cell/spufs/run.c b/arch/powerpc/platforms/cell/spufs/run.c index 1acc2ff..51b78da 100644 --- a/arch/powerpc/platforms/cell/spufs/run.c +++ b/arch/powerpc/platforms/cell/spufs/run.c @@ -361,4 +361,3 @@ out: up(&ctx->run_sema); return ret; } - |