summaryrefslogtreecommitdiff
path: root/include/asm-mips/system.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2005-08-16 16:54:12 +0000
committerRalf Baechle <ralf@linux-mips.org>2005-10-29 19:32:05 +0100
commit3fd5646cac36e2ea244bb3455a66afb1777b9a92 (patch)
tree56c865cbec69360581e0106c0f7e3cd6b83734eb /include/asm-mips/system.h
parente027802e985f1cca752bf3b2e7eecae05031699f (diff)
downloadlinux-3.10-3fd5646cac36e2ea244bb3455a66afb1777b9a92.tar.gz
linux-3.10-3fd5646cac36e2ea244bb3455a66afb1777b9a92.tar.bz2
linux-3.10-3fd5646cac36e2ea244bb3455a66afb1777b9a92.zip
Add missing space.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/system.h')
-rw-r--r--include/asm-mips/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/system.h b/include/asm-mips/system.h
index 384f0bd854c..0f8caf38424 100644
--- a/include/asm-mips/system.h
+++ b/include/asm-mips/system.h
@@ -71,7 +71,7 @@
* does not enforce ordering, since there is no data dependency between
* the read of "a" and the read of "b". Therefore, on some CPUs, such
* as Alpha, "y" could be set to 3 and "x" to 0. Use rmb()
- * in cases like thiswhere there are no data dependencies.
+ * in cases like this where there are no data dependencies.
*/
#define read_barrier_depends() do { } while(0)