On Sat, Feb 15, 2025 at 11:54:21PM +0800, Yu-Chun Lin wrote: > Update the documentation to reflect the change in variable types of > 'nr' and 'size' from 'int' to 'size_t', ensuring consistency with > commit dec6c0aac4fc ("lib min_heap: Switch to size_t"). > > Signed-off-by: Yu-Chun Lin <eleanor15x@xxxxxxxxx> LGTM. Thanks for the patch. Acked-by: Kuan-Wei Chiu <visitorckw@xxxxxxxxx> This reminds me that I have a patch to change 'int' to 'size_t' for indexes in min_heap.h, but it hasn't been merged yet. I'll find it and resend it. Regards, Kuan-Wei