MIPS: Whitespace cleanup.
[linux-drm-fsl-dcu.git] / arch / mips / fw / lib / call_o32.S
index e0a68713b3c3ee0f07cda100fcfb79146f311324..b308b2a0613e210c1f7b068dfc6a7589f1ad2afb 100644 (file)
@@ -14,7 +14,7 @@
 
 /* Maximum number of arguments supported.  Must be even!  */
 #define O32_ARGC       32
-/* Number of static registers we save.  */
+/* Number of static registers we save. */
 #define O32_STATC      11
 /* Frame size for static register  */
 #define O32_FRAMESZ    (SZREG * O32_STATC)