kdb: Use str_plural() to fix Coccinelle warning
authorThorsten Blum <thorsten.blum@toblux.com>
Thu, 28 Mar 2024 14:00:17 +0000 (15:00 +0100)
committerDaniel Thompson <daniel.thompson@linaro.org>
Mon, 22 Apr 2024 15:53:19 +0000 (16:53 +0100)
commit5b6d8ef6f056d8130168746c5459d7a3fb494859
treeef5b99bb1059d86ebf767fcdf0c15aa32d5a949c
parent0bbac3facb5d6cc0171c45c9873a2dc96bea9680
kdb: Use str_plural() to fix Coccinelle warning

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

opportunity for str_plural(days)

Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Link: https://lore.kernel.org/r/20240328140015.388654-3-thorsten.blum@toblux.com
Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
kernel/debug/kdb/kdb_main.c