Skip to content

Commit

Permalink
Add missing space.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent e027802 commit 3fd5646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-mips/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3fd5646

Please sign in to comment.