All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] kprobes: fix the comments error
@ 2022-07-28 12:44 zhangduo
  0 siblings, 0 replies; 2+ messages in thread
From: zhangduo @ 2022-07-28 12:44 UTC (permalink / raw)
  To: zduo006
  Cc: anil.s.keshavamurthy, davem, linux-kernel, mhiramat,
	naveen.n.rao, zhangduo

From: zhangduo <zhangduo@kylinos.cn>

fix the comments to 'Copy the insn slot of ap to p'

Signed-off-by: zhangduo <zhangduo@kylinos.cn>
---
 kernel/kprobes.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/kprobes.c b/kernel/kprobes.c
index f214f8c08..4f3e84343 100644
--- a/kernel/kprobes.c
+++ b/kernel/kprobes.c
@@ -1349,7 +1349,7 @@ static int register_aggr_kprobe(struct kprobe *orig_p, struct kprobe *p)
 			    | KPROBE_FLAG_DISABLED;
 	}
 
-	/* Copy the insn slot of 'p' to 'ap'. */
+	/* Copy the insn slot of 'ap' to 'p'. */
 	copy_kprobe(ap, p);
 	ret = add_new_kprobe(ap, p);
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH 1/2] kprobes: fix the comments error
  2022-07-22  6:25 [PATCH 2/2] " zhangduo
@ 2022-07-28 12:41 ` zhangduo
  0 siblings, 0 replies; 2+ messages in thread
From: zhangduo @ 2022-07-28 12:41 UTC (permalink / raw)
  To: zduo006
  Cc: anil.s.keshavamurthy, davem, linux-kernel, mhiramat,
	naveen.n.rao, zhangduo

From: zhangduo <zhangduo@kylinos.cn>

fix the comments to 'Copy the insn slot of ap to p'

Signed-off-by: zhangduo <zhangduo@kylinos.cn>
---
 kernel/kprobes.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/kprobes.c b/kernel/kprobes.c
index f214f8c08..4f3e84343 100644
--- a/kernel/kprobes.c
+++ b/kernel/kprobes.c
@@ -1349,7 +1349,7 @@ static int register_aggr_kprobe(struct kprobe *orig_p, struct kprobe *p)
 			    | KPROBE_FLAG_DISABLED;
 	}
 
-	/* Copy the insn slot of 'p' to 'ap'. */
+	/* Copy the insn slot of 'ap' to 'p'. */
 	copy_kprobe(ap, p);
 	ret = add_new_kprobe(ap, p);
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-28 12:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-28 12:44 [PATCH 1/2] kprobes: fix the comments error zhangduo
  -- strict thread matches above, loose matches on Subject: below --
2022-07-22  6:25 [PATCH 2/2] " zhangduo
2022-07-28 12:41 ` [PATCH 1/2] " zhangduo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.