Re: [PATCH 11/19] vsprintf: add new `%pA` format specifier
From: Miguel Ojeda <hidden>
Date: 2021-12-06 16:11:33
Also in:
linux-kbuild, lkml, rust-for-linux
From: Miguel Ojeda <hidden>
Date: 2021-12-06 16:11:33
Also in:
linux-kbuild, lkml, rust-for-linux
On Mon, Dec 6, 2021 at 4:46 PM Greg Kroah-Hartman [off-list ref] wrote:
That should be in a .h file somewhere. Remember, don't put #ifdef in .c files please.
Will do, thanks for reviewing!
Same here, this should not be needed if you put it in a .h file correctly.
This one is mimicking the `CONFIG_BLOCK` one (`case 'g'` a bit above) -- but we can change it, of course. Cheers, Miguel