Re: [PATCH] mm/cma: Use str_plural() in cma_declare_contiguous_multi()

From: David Hildenbrand
Date: Fri Jul 04 2025 - 10:21:55 EST


On 30.06.25 15:23, 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>
---

Acked-by: David Hildenbrand <david@xxxxxxxxxx>

--
Cheers,

David / dhildenb