Re: [PATCH] x86/resctrl: add printf attribute to log function

2021-01-07 Thread Reinette Chatre
Hi Tom, On 12/21/2020 8:00 AM, t...@redhat.com wrote: From: Tom Rix Attributing the function allows the compiler to more thoroughly check the use of the function with -Wformat and similar flags. Signed-off-by: Tom Rix --- arch/x86/kernel/cpu/resctrl/internal.h | 1 + 1 file changed, 1

[PATCH] x86/resctrl: add printf attribute to log function

2020-12-21 Thread trix
From: Tom Rix Attributing the function allows the compiler to more thoroughly check the use of the function with -Wformat and similar flags. Signed-off-by: Tom Rix --- arch/x86/kernel/cpu/resctrl/internal.h | 1 + 1 file changed, 1 insertion(+) diff --git