]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
kprobes: Add missing kerneldoc for __get_insn_slot
authorPeng Jiang <jiang.peng9@zte.com.cn>
Fri, 4 Jul 2025 06:38:17 +0000 (14:38 +0800)
committerMasami Hiramatsu (Google) <mhiramat@kernel.org>
Tue, 15 Jul 2025 09:45:34 +0000 (18:45 +0900)
commite1876fb015c3edcc7f665e5955afad7009644ab6
tree3faba6625fec3cb03bf1c4a8ea51690fd8c91586
parent2867495dea86324e984fbafa09474bf92534b652
kprobes: Add missing kerneldoc for __get_insn_slot

Add kerneldoc for '__get_insn_slot' function to fix W=1 warnings:

  kernel/kprobes.c:141 function parameter 'c' not described in '__get_insn_slot'

Link: https://lore.kernel.org/all/20250704143817707TOCcfTRWsO5OAbQ2eYoU9@zte.com.cn/
Signed-off-by: Peng Jiang <jiang.peng9@zte.com.cn>
Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
kernel/kprobes.c