On Sat, 2020-03-07 at 21:42 -0800, Stephen Hemminger wrote: > On Sun, 8 Mar 2020 03:47:08 +0000 > Alex Belits <abelits@xxxxxxxxxxx> wrote: > > > +int task_isolation_message(int cpu, int level, bool supp, const > > char *fmt, ...); > > Since you are doing printf/printk var args you should use the GCC > format attributes > like printk. Agreed. -- Alex