summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/cell/spufs/spufs.h
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/spufs.h
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/spufs.h')
-rw-r--r--arch/powerpc/platforms/cell/spufs/spufs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/cell/spufs/spufs.h b/arch/powerpc/platforms/cell/spufs/spufs.h
index 98d3c18b2b6f..dab8858b6995 100644
--- a/arch/powerpc/platforms/cell/spufs/spufs.h
+++ b/arch/powerpc/platforms/cell/spufs/spufs.h
@@ -78,7 +78,7 @@ struct spu_context {
struct spu_gang *gang;
/* scheduler fields */
- struct list_head rq;
+ struct list_head rq;
unsigned int time_slice;
unsigned long sched_flags;
cpumask_t cpus_allowed;
@@ -206,7 +206,7 @@ extern char *isolated_loader;
/*
* spufs_wait
- * Same as wait_event_interruptible(), except that here
+ * Same as wait_event_interruptible(), except that here
* we need to call spu_release(ctx) before sleeping, and
* then spu_acquire(ctx) when awoken.
*/