zonefs: Use str_plural() to fix Coccinelle warning
authorThorsten Blum <thorsten.blum@toblux.com>
Tue, 2 Apr 2024 10:17:16 +0000 (12:17 +0200)
committerDamien Le Moal <dlemoal@kernel.org>
Tue, 9 Apr 2024 22:23:47 +0000 (07:23 +0900)
commit60b703c71fa80de0c2e14af66e57e234019b7da2
tree3164a563880df03334288e6419a048f56870a4b2
parent2c71fdf02a95b3dd425b42f28fd47fb2b1d22702
zonefs: Use str_plural() to fix Coccinelle warning

Fixes the following Coccinelle/coccicheck warning reported by
string_choices.cocci:

opportunity for str_plural(zgroup->g_nr_zones)

Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
fs/zonefs/super.c