MIPS: Whitespace cleanup.
[linux-2.6-block.git] / arch / mips / include / asm / spinlock_types.h
index c52f36013a9da4e77b7307ca61b233be10ad974b..9b2528e612c0c35d64a6c2a2779fc38b78bcaf5e 100644 (file)
@@ -11,7 +11,7 @@
 
 typedef union {
        /*
-        * bits  0..15 : serving_now
+        * bits  0..15 : serving_now
         * bits 16..31 : ticket
         */
        u32 lock;