[RFC PATCH 1/2] power: fix power library with --lcores
Stephen Hemminger
stephen at networkplumber.org
Wed Jul 24 16:38:18 CEST 2024
On Wed, 24 Jul 2024 13:03:35 +0000
Sivaprasad Tummala <sivaprasad.tummala at amd.com> wrote:
> + POWER_LOG(ERR, "Power library doesn't support lcore %u mapping "
> + "to %u cpus", lcore_id, CPU_COUNT(&lcore_cpus));
Please don't break single format error string across lines. It makes it harder
for users to find the error in the source. Instead wrap after Er,,
More information about the dev
mailing list