From e5423828d69e90a8fc9db90d8a0d7cf916370fe0 Mon Sep 17 00:00:00 2001 From: Marco Cavenati Date: Wed, 1 Oct 2025 18:18:22 +0200 Subject: [PATCH] migration/ram: fix docs of ram_handle_zero Remove outdated 'ch' parameter from the function documentation. Signed-off-by: Marco Cavenati Reviewed-by: Juraj Marcin Link: https://lore.kernel.org/r/20251001161823.2032399-3-Marco.Cavenati@eurecom.fr Signed-off-by: Peter Xu --- migration/ram.c | 1 - 1 file changed, 1 deletion(-) diff --git a/migration/ram.c b/migration/ram.c index 5eef2efc78..1384748193 100644 --- a/migration/ram.c +++ b/migration/ram.c @@ -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) -- 2.47.3