Re: [PATCH] powerpc/setup: Adjust six seq_printf() calls in show_cpuinfo()

2021-02-03 Thread Michael Ellerman
On Tue, 2 Jul 2019 14:56:46 +0200, Markus Elfring wrote: > A bit of information should be put into a sequence. > Thus improve the execution speed for this data output by better usage > of corresponding functions. > > This issue was detected by using the Coccinelle software. Applied to powerpc/nex

[PATCH] powerpc/setup: Adjust six seq_printf() calls in show_cpuinfo()

2019-07-02 Thread Markus Elfring
From: Markus Elfring Date: Tue, 2 Jul 2019 14:41:42 +0200 A bit of information should be put into a sequence. Thus improve the execution speed for this data output by better usage of corresponding functions. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring