Commit 9ce4d216 authored by Qiujun Huang's avatar Qiujun Huang Committed by Peter Zijlstra
Browse files

uprobes: Update uprobe_write_opcode() kernel-doc comment



commit 6d43743e ("Uprobe: Additional argument arch_uprobe to
uprobe_write_opcode()") added the parameter @auprobe.

Signed-off-by: default avatarQiujun Huang <hqjagain@gmail.com>
Signed-off-by: default avatarPeter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20210524041411.157027-1-hqjagain@gmail.com
parent 875dd7bf
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -453,6 +453,7 @@ static int update_ref_ctr(struct uprobe *uprobe, struct mm_struct *mm,
 * that have fixed length instructions.
 * that have fixed length instructions.
 *
 *
 * uprobe_write_opcode - write the opcode at a given virtual address.
 * uprobe_write_opcode - write the opcode at a given virtual address.
 * @auprobe: arch specific probepoint information.
 * @mm: the probed process address space.
 * @mm: the probed process address space.
 * @vaddr: the virtual address to store the opcode.
 * @vaddr: the virtual address to store the opcode.
 * @opcode: opcode to be written at @vaddr.
 * @opcode: opcode to be written at @vaddr.