diff options
-rw-r--r-- | arch/mips/kernel/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/process.c b/arch/mips/kernel/process.c index a6b3dc54260a..866d083f2d81 100644 --- a/arch/mips/kernel/process.c +++ b/arch/mips/kernel/process.c | |||
@@ -349,7 +349,7 @@ static int get_frame_info(struct mips_frame_info *info) | |||
349 | return 0; | 349 | return 0; |
350 | if (info->pc_offset < 0) /* leaf */ | 350 | if (info->pc_offset < 0) /* leaf */ |
351 | return 1; | 351 | return 1; |
352 | /* prologue seems boggus... */ | 352 | /* prologue seems bogus... */ |
353 | err: | 353 | err: |
354 | return -1; | 354 | return -1; |
355 | } | 355 | } |