migration/ram: fix docs of ram_handle_zero
Remove outdated 'ch' parameter from the function documentation. Signed-off-by: Marco Cavenati <Marco.Cavenati@eurecom.fr> Reviewed-by: Juraj Marcin <jmarcin@redhat.com> Link: https://lore.kernel.org/r/20251001161823.2032399-3-Marco.Cavenati@eurecom.fr Signed-off-by: Peter Xu <peterx@redhat.com>
This commit is contained in:
parent
1a4922a961
commit
e5423828d6
1 changed files with 0 additions and 1 deletions
|
|
@ -3630,7 +3630,6 @@ static inline void *colo_cache_from_block_offset(RAMBlock *block,
|
|||
* determined to be zero, then zap it.
|
||||
*
|
||||
* @host: host address for the zero page
|
||||
* @ch: what the page is filled from. We only support zero
|
||||
* @size: size of the zero page
|
||||
*/
|
||||
void ram_handle_zero(void *host, uint64_t size)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue