On Thu, Aug 31, 2023 at 04:42:44PM +0300, Andy Shevchenko wrote: > On Wed, Aug 30, 2023 at 03:54:51PM +0800, Jinjie Ruan wrote: > > Convert list_for_each() to list_for_each_entry() so that the list_itr > > list_head pointer and list_entry() call are no longer needed, which > > can reduce a few lines of code. No functional changed. > > Seems correct to me, assumed that this has been tested, Seems correct also to me. I also tried it and it works. Acked-by: Giovanni Cabiddu <giovanni.cabiddu@xxxxxxxxx> Regards, -- Giovanni