From: Marco Cavenati <[email protected]> Remove outdated 'ch' parameter from the function documentation.
Signed-off-by: Marco Cavenati <[email protected]> Reviewed-by: Juraj Marcin <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Peter Xu <[email protected]> --- 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.50.1
