]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
pmdomain: core: Harden inter-column space in debug summary
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 4 Sep 2024 14:30:45 +0000 (16:30 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Oct 2024 13:10:51 +0000 (15:10 +0200)
commit1d43adec2ed3de17946e402ec9207c29199a36cd
tree5c2d1bd15e26d536418775738f962320eba4f7c5
parent962c92e46a529b6d754a7388a433784794d312b5
pmdomain: core: Harden inter-column space in debug summary

[ Upstream commit 692c20c4d075bd452acfbbc68200fc226c7c9496 ]

The inter-column space in the debug summary is two spaces.  However, in
one case, the extra space is handled implicitly in a field width
specifier.  Make inter-column space explicit to ease future maintenance.

Fixes: 45fbc464b047 ("PM: domains: Add "performance" column to debug summary")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/ae61eb363621b981edde878e1e74d701702a579f.1725459707.git.geert+renesas@glider.be
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/base/power/domain.c