summaryrefslogtreecommitdiff
path: root/arch/mips/kernel
diff options
context:
space:
mode:
authorTony Wu <tung7970@gmail.com>2013-06-21 10:09:23 (GMT)
committerRalf Baechle <ralf@linux-mips.org>2013-07-01 13:10:57 (GMT)
commit42a111797e8fa961d6168922e873d6b4be87e904 (patch)
tree9341504431df162b918307e1c8f52b584f4427d3 /arch/mips/kernel
parentfc192e50f868d8f34b15a18c38407f4b9468a31d (diff)
downloadlinux-fsl-qoriq-42a111797e8fa961d6168922e873d6b4be87e904.tar.xz
MIPS: Fix typos and cleanup comment
Signed-off-by: Tony Wu <tung7970@gmail.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/5535/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel')
-rw-r--r--arch/mips/kernel/process.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/kernel/process.c b/arch/mips/kernel/process.c
index 7d62894..ddc7610 100644
--- a/arch/mips/kernel/process.c
+++ b/arch/mips/kernel/process.c
@@ -207,9 +207,6 @@ unsigned long __stack_chk_guard __read_mostly;
EXPORT_SYMBOL(__stack_chk_guard);
#endif
-/*
- *
- */
struct mips_frame_info {
void *func;
unsigned long func_size;