[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20201203145020.2441-1-hqjagain@gmail.com>
Date: Thu, 3 Dec 2020 22:50:20 +0800
From: Qiujun Huang <hqjagain@...il.com>
To: mingo@...hat.com, bp@...en8.de, x86@...nel.org, hpa@...or.com,
linux-kernel@...r.kernel.org
Cc: Qiujun Huang <hqjagain@...il.com>
Subject: [PATCH] x86/alternative: Update the description for text_poke_bp
The function changed at some point, but the description was not
updated.
Signed-off-by: Qiujun Huang <hqjagain@...il.com>
---
arch/x86/kernel/alternative.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/kernel/alternative.c b/arch/x86/kernel/alternative.c
index 2400ad62f330..8d778e46725d 100644
--- a/arch/x86/kernel/alternative.c
+++ b/arch/x86/kernel/alternative.c
@@ -1374,7 +1374,7 @@ void __ref text_poke_queue(void *addr, const void *opcode, size_t len, const voi
* @addr: address to patch
* @opcode: opcode of new instruction
* @len: length to copy
- * @handler: address to jump to when the temporary breakpoint is hit
+ * @emulate: instruction to be emulated
*
* Update a single instruction with the vector in the stack, avoiding
* dynamically allocated memory. This function should be used when it is
--
2.17.1
Powered by blists - more mailing lists