diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2015-07-14 16:04:42 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-07-14 16:05:49 +0200 |
commit | 5f7e63107f5e3a11e74d511cf63ad7dbf4a8fa56 (patch) | |
tree | d1abadec0c6336caf600121909d127972d932b39 /arch/mips/kernel/asm-offsets.c | |
parent | Linux 4.2-rc2 (diff) | |
download | linux-5f7e63107f5e3a11e74d511cf63ad7dbf4a8fa56.tar.xz linux-5f7e63107f5e3a11e74d511cf63ad7dbf4a8fa56.zip |
MIPS: asm-offset.c: Patch up various comments refering to the old filename.
arch/mips/tools/offset.c was renamed to arch/mips/kernel/asm-offsets.c
for v2.6.14.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/asm-offsets.c')
-rw-r--r-- | arch/mips/kernel/asm-offsets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/asm-offsets.c b/arch/mips/kernel/asm-offsets.c index beabe19ff8e5..072fab13645d 100644 --- a/arch/mips/kernel/asm-offsets.c +++ b/arch/mips/kernel/asm-offsets.c @@ -1,5 +1,5 @@ /* - * offset.c: Calculate pt_regs and task_struct offsets. + * asm-offsets.c: Calculate pt_regs and task_struct offsets. * * Copyright (C) 1996 David S. Miller * Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003 Ralf Baechle |