]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/mips/dec/prom/call_o32.S
Merge remote-tracking branch 'hid/for-next'
[karo-tx-linux.git] / arch / mips / dec / prom / call_o32.S
index c0d1522d448f91591e06131454598232f931198a..8c8498159e434fa039f7ecae3e290ee0c31d6677 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 both of the above.  */
 #define O32_FRAMESZ    (4 * O32_ARGC + SZREG * O32_STATC)