summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/cell/spufs/spu_restore.c
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2007-06-29 10:58:00 +1000
committerPaul Mackerras <paulus@samba.org>2007-07-03 15:24:45 +1000
commit7022543ee404880aab5c641e4983e237815edc35 (patch)
tree0f8e871ce92aa4e46a3089b05f1f2d7ee53351fe /arch/powerpc/platforms/cell/spufs/spu_restore.c
parentb8c295f90854d682018d74599efc258628be32e3 (diff)
[POWERPC] spufs: Trivial whitespace fixes
Remove redundant whitespace in arch/powerpc/platforms/cell/spufs/ Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/cell/spufs/spu_restore.c')
-rw-r--r--arch/powerpc/platforms/cell/spufs/spu_restore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/cell/spufs/spu_restore.c b/arch/powerpc/platforms/cell/spufs/spu_restore.c
index 0bf723dcd677..4e19ed7a0756 100644
--- a/arch/powerpc/platforms/cell/spufs/spu_restore.c
+++ b/arch/powerpc/platforms/cell/spufs/spu_restore.c
@@ -296,7 +296,7 @@ static inline void restore_complete(void)
* This code deviates from the documented sequence in the
* following aspects:
*
- * 1. The EA for LSCSA is passed from PPE in the
+ * 1. The EA for LSCSA is passed from PPE in the
* signal notification channels.
* 2. The register spill area is pulled by SPU
* into LS, rather than pushed by PPE.