mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
x86/insn: Add @buf_len param to insn_init() kernel-doc comment
It wasn't documented so add it. No functional changes. Signed-off-by: Borislav Petkov <bp@suse.de> Acked-by: Masami Hiramatsu <mhiramat@kernel.org> Link: https://lkml.kernel.org/r/20210304174237.31945-3-bp@alien8.de
This commit is contained in:
@@ -51,6 +51,7 @@
|
|||||||
* insn_init() - initialize struct insn
|
* insn_init() - initialize struct insn
|
||||||
* @insn: &struct insn to be initialized
|
* @insn: &struct insn to be initialized
|
||||||
* @kaddr: address (in kernel memory) of instruction (or copy thereof)
|
* @kaddr: address (in kernel memory) of instruction (or copy thereof)
|
||||||
|
* @buf_len: length of the insn buffer at @kaddr
|
||||||
* @x86_64: !0 for 64-bit kernel or 64-bit app
|
* @x86_64: !0 for 64-bit kernel or 64-bit app
|
||||||
*/
|
*/
|
||||||
void insn_init(struct insn *insn, const void *kaddr, int buf_len, int x86_64)
|
void insn_init(struct insn *insn, const void *kaddr, int buf_len, int x86_64)
|
||||||
|
@@ -51,6 +51,7 @@
|
|||||||
* insn_init() - initialize struct insn
|
* insn_init() - initialize struct insn
|
||||||
* @insn: &struct insn to be initialized
|
* @insn: &struct insn to be initialized
|
||||||
* @kaddr: address (in kernel memory) of instruction (or copy thereof)
|
* @kaddr: address (in kernel memory) of instruction (or copy thereof)
|
||||||
|
* @buf_len: length of the insn buffer at @kaddr
|
||||||
* @x86_64: !0 for 64-bit kernel or 64-bit app
|
* @x86_64: !0 for 64-bit kernel or 64-bit app
|
||||||
*/
|
*/
|
||||||
void insn_init(struct insn *insn, const void *kaddr, int buf_len, int x86_64)
|
void insn_init(struct insn *insn, const void *kaddr, int buf_len, int x86_64)
|
||||||
|
Reference in New Issue
Block a user