summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/uprobes.h
diff options
context:
space:
mode:
authorOleg Nesterov <oleg@redhat.com>2014-06-01 21:13:46 +0200
committerOleg Nesterov <oleg@redhat.com>2014-06-05 16:21:57 +0200
commit5cdb76d6f0b657c1140de74ed5af7cc8c5ed5faf (patch)
tree97c5d669668ff0aacfd16a6bc712e0aa26cf5419 /arch/x86/include/asm/uprobes.h
parent45e0a79a82d31ddfa4c7c1dd9751ca48406f2fa4 (diff)
downloadlinux-0-day-5cdb76d6f0b657c1140de74ed5af7cc8c5ed5faf.tar.gz
linux-0-day-5cdb76d6f0b657c1140de74ed5af7cc8c5ed5faf.tar.xz
uprobes/x86: Rename arch_uprobe->def to ->defparam, minor comment updates
Purely cosmetic, no changes in .o, 1. As Jim pointed out arch_uprobe->def looks ambiguous, rename it to ->defparam. 2. Add the comment into default_post_xol_op() to explain "regs->sp +=". 3. Remove the stale part of the comment in arch_uprobe_analyze_insn(). Suggested-by: Jim Keniston <jkenisto@us.ibm.com> Reviewed-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> Acked-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com> Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Diffstat (limited to 'arch/x86/include/asm/uprobes.h')
-rw-r--r--arch/x86/include/asm/uprobes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/uprobes.h b/arch/x86/include/asm/uprobes.h
index 7be3c079e389d..74f4c2ff64272 100644
--- a/arch/x86/include/asm/uprobes.h
+++ b/arch/x86/include/asm/uprobes.h
@@ -52,7 +52,7 @@ struct arch_uprobe {
struct {
u8 fixups;
u8 ilen;
- } def;
+ } defparam;
};
};