Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5cb23afc authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Arnd Bergmann
Browse files

[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: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarArnd Bergmann <arnd.bergmann@de.ibm.com>
parent 30a6c337
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -361,4 +361,3 @@ long spufs_run_spu(struct file *file, struct spu_context *ctx,
	up(&ctx->run_sema);
	up(&ctx->run_sema);
	return ret;
	return ret;
}
}