From: Ralf Baechle Date: Tue, 16 Aug 2005 16:54:12 +0000 (+0000) Subject: Add missing space. X-Git-Tag: v3.12-rc1~41253^2~1^2~108 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3fd5646cac36e2ea244bb3455a66afb1777b9a92;p=kernel%2Fkernel-generic.git Add missing space. Signed-off-by: Ralf Baechle --- diff --git a/include/asm-mips/system.h b/include/asm-mips/system.h index 384f0bd..0f8caf3 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)