On Tue, Jul 25, 2023 at 10:37 AM Jan Beulich <[email protected]> wrote: > > On 25.07.2023 15:26, Jason Andryuk wrote:
> > #define hwp_err(cpu, fmt, args...) \ > > printk(XENLOG_ERR "HWP: CPU%u error: " fmt, cpu, args) > > ..., just that you're missing the ##: > > #define hwp_err(cpu, fmt, args...) \ > printk(XENLOG_ERR "HWP: CPU%u error: " fmt, cpu, ## args) Thanks. I thought I was trying to avoid the use of "##", which sent me off in the wrong direction. Regards, Jason
