Add missing space.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle 2005-08-16 16:54:12 +00:00
parent e027802e98
commit 3fd5646cac
1 changed files with 1 additions and 1 deletions

View File

@ -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)