On Mon, Feb 12, 2024 at 01:49:06PM -0800, Tyler Retzlaff wrote: > Use ... and forward with __VA_ARGS__ instead of args... and args. > Neither mechanism is conformant with the standard but the former works > with both GCC and MSVC. > > Fix checkpatches warning about style while(0) -> while (0) > > Signed-off-by: Tyler Retzlaff <roret...@linux.microsoft.com> > --- Reviewed-by: Bruce Richardson <bruce.richard...@intel.com>
- [PATCH 00/15] use GCC/MSVC compatible __VA_ARGS__ Tyler Retzlaff
- [PATCH 02/15] bpf: use GCC and MSVC common VA ARGS e... Tyler Retzlaff
- [PATCH 01/15] eal: use GCC and MSVC common VA ARGS e... Tyler Retzlaff
- [PATCH 04/15] cmdline: use GCC and MSVC common VA AR... Tyler Retzlaff
- Re: [PATCH 04/15] cmdline: use GCC and MSVC comm... Bruce Richardson
- [PATCH 03/15] cfgfile: use GCC and MSVC common VA AR... Tyler Retzlaff
- Re: [PATCH 03/15] cfgfile: use GCC and MSVC comm... Bruce Richardson
- [PATCH 05/15] ip_frag: use GCC and MSVC common VA AR... Tyler Retzlaff
- [PATCH 07/15] metrics: use GCC and MSVC common VA AR... Tyler Retzlaff
- [PATCH 06/15] compressdev: use GCC and MSVC common V... Tyler Retzlaff
- [PATCH 11/15] power: use GCC and MSVC common VA ARGS... Tyler Retzlaff
- [PATCH 10/15] pdump: use GCC and MSVC common VA ARGS... Tyler Retzlaff
- [PATCH 09/15] net: use GCC and MSVC common VA ARGS e... Tyler Retzlaff
- [PATCH 13/15] rcu: use GCC and MSVC common VA ARGS e... Tyler Retzlaff
- [PATCH 08/15] mldev: use GCC and MSVC common VA ARGS... Tyler Retzlaff