From: Christoph Hellwig Date: Tue, 13 Feb 2007 20:36:46 +0000 (+0100) Subject: [POWERPC] spufs: remove empty last line in run.c X-Git-Tag: v2.6.21-rc1~273^2~3^2~6^2~16 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=5cb23afc9e64841adb43d46160a5c63a80ebfd54;p=linux-2.6-omap-h63xx.git [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 Signed-off-by: Arnd Bergmann --- diff --git a/arch/powerpc/platforms/cell/spufs/run.c b/arch/powerpc/platforms/cell/spufs/run.c index 1acc2ffef8c..51b78da2f0d 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; } -