On 2025-10-01 18:18, Marco Cavenati wrote: > Remove outdated 'ch' parameter from the function documentation. > > Signed-off-by: Marco Cavenati <[email protected]> > --- > migration/ram.c | 1 - > 1 file changed, 1 deletion(-)
Reviewed-by: Juraj Marcin <[email protected]> > > diff --git a/migration/ram.c b/migration/ram.c > index 7208bc114f..e238c9233f 100644 > --- a/migration/ram.c > +++ b/migration/ram.c > @@ -3552,7 +3552,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.48.1 > >
