On Wed, 24 Jul 2024 13:03:35 +0000 Sivaprasad Tummala <sivaprasad.tumm...@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,,