]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/tegra: sor: use str_plural in tegra_sor_dp_link_configure
authorThorsten Blum <thorsten.blum@linux.dev>
Thu, 21 May 2026 19:47:00 +0000 (21:47 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 28 May 2026 15:19:27 +0000 (17:19 +0200)
commit285d3055412233f25d9501b348faed11e2d2b0de
treeb0efb23e5a52a43f6faebb1857f8d03feee97792
parente6fabde34307c2bbc339c0787c7144a3dbf27f28
drm/tegra: sor: use str_plural in tegra_sor_dp_link_configure

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

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://patch.msgid.link/20260521194658.366737-4-thorsten.blum@linux.dev
drivers/gpu/drm/tegra/sor.c