Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git...
[sfrench/cifs-2.6.git] / arch / x86 / kernel / alternative.c
index 2400ad62f330b9f518b3bcfa3462f5fd2e659e78..8d778e46725d293ed0659742b636e70c81985d73 100644 (file)
@@ -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