diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2013-09-22 21:58:50 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-10-29 21:24:44 +0100 |
commit | 07217d75b7016a6422b3736c4a88b86aa6c0c7b1 (patch) | |
tree | 9ea1eb87310bbf8bff97bd02f2e027c6d2cf4b3c /arch/mips/dec/prom/call_o32.S | |
parent | 0fabe1021f8bc9cffdede4ddad0dd04d43c5166c (diff) | |
download | talos-obmc-linux-07217d75b7016a6422b3736c4a88b86aa6c0c7b1.tar.gz talos-obmc-linux-07217d75b7016a6422b3736c4a88b86aa6c0c7b1.zip |
DEC: Whitespace cleanup
Commit 7034228792cc561e79ff8600f02884bd4c80e287 [MIPS: Whitespace
cleanup.] did a lot of good and a little damage. Revert the damage.
Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/5875/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/dec/prom/call_o32.S')
-rw-r--r-- | arch/mips/dec/prom/call_o32.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/dec/prom/call_o32.S b/arch/mips/dec/prom/call_o32.S index c0d1522d448f..8c8498159e43 100644 --- a/arch/mips/dec/prom/call_o32.S +++ b/arch/mips/dec/prom/call_o32.S @@ -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) |