RE: [PATCH 2/5] x86/intel_rdt: Add diagnostics when writing the schemata file
From: Luck, Tony
Date: Mon Sep 25 2017 - 18:18:50 EST
> seq_buf_vprintf() is your friend. It takes va_list as last argument.
Reinette spotted that a couple of minutes ahead of you.
/me looks for paper bag to put over my head.
> While at it can you please make it a proper function? No point for inlining
> that.
There was a small point ... I need the function in two files ... so the inline keeps
me from polluting global name space.
But I guess I can call it rdt_last_cmd_printf() to limit the damage.
-Tony