Re: [PATCH] mm/cma: Use str_plural() in cma_declare_contiguous_multi()
From: Dev Jain
Date: Mon Jun 30 2025 - 10:12:14 EST
On 30/06/25 6:53 pm, Thorsten Blum wrote:
Use the string choice helper function str_plural() to simplify the code
and to fix the following Coccinelle/coccicheck warning reported by
string_choices.cocci:
opportunity for str_plural(nr)
Signed-off-by: Thorsten Blum <thorsten.blum@xxxxxxxxx>
---
Thanks for basing on mm-new, I have tested the patch.
Reviewed-by: Dev Jain <dev.jain@xxxxxxx>