]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
md/raid0: use str_plural helper in dump_zones
authorThorsten Blum <thorsten.blum@linux.dev>
Wed, 27 May 2026 14:19:33 +0000 (16:19 +0200)
committerYu Kuai <yukuai@fygo.io>
Sun, 31 May 2026 11:09:20 +0000 (19:09 +0800)
commit717359a168bb66ac95f6161715d17e491ee86ca7
tree5338dc97828db67ed3eb69eb05cb55a314b6ff79
parent909d9dc3b5730c8ed7b764c68bc788342df2a07b
md/raid0: use str_plural helper in dump_zones

Replace the manual ternary "s" pluralization with str_plural() to
simplify the code.

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Link: https://patch.msgid.link/20260527141932.1243503-2-thorsten.blum@linux.dev
Signed-off-by: Yu Kuai <yukuai@fygo.io>
drivers/md/raid0.c