From: Andrew Morton wtf Cc: Andi Kleen Signed-off-by: Andrew Morton --- arch/x86_64/kernel/mce_amd.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/x86_64/kernel/mce_amd.c~x86_64-mce-thresh-fix-2 arch/x86_64/kernel/mce_amd.c --- 25/arch/x86_64/kernel/mce_amd.c~x86_64-mce-thresh-fix-2 2005-09-21 17:57:04.000000000 -0700 +++ 25-akpm/arch/x86_64/kernel/mce_amd.c 2005-09-21 17:57:13.000000000 -0700 @@ -443,7 +443,7 @@ static __cpuinit int threshold_create_sy err = threshold_create_bank(lcpu, bank); } } - REturn err; + return err; } /* remove all symlinks before first core dies. */ _