diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-10-31 11:52:03 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-10-31 20:13:19 +0000 |
commit | 0887fa5158fe7da4a46ae526d313ae636440deae (patch) | |
tree | 1c466eb06b27daec942c33710ff5f5d3f4479aae /arch/mips/tx4927 | |
parent | 80fc115d461031dc66bb7f31b8c84868e370fea6 (diff) |
[MIPS] TX4927: Remove indent error message that somehow ended in the code.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/tx4927')
-rw-r--r-- | arch/mips/tx4927/common/tx4927_setup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/tx4927/common/tx4927_setup.c b/arch/mips/tx4927/common/tx4927_setup.c index 4658b2ae4833..941c441729b0 100644 --- a/arch/mips/tx4927/common/tx4927_setup.c +++ b/arch/mips/tx4927/common/tx4927_setup.c @@ -112,8 +112,6 @@ void print_cp0(char *key, int num, char *name, u32 val) return; } -indent: Standard input:25: Error:Unexpected end of file - void dump_cp0(char *key) { |