Arnd Bergmann <arnd@xxxxxxxxxx> wrote: > From: Arnd Bergmann <arnd@xxxxxxxx> > > Building without mesh supports shows a couple of warnings with > 'make W=1': > > drivers/net/wireless/marvell/libertas/main.c: In function 'lbs_start_card': > drivers/net/wireless/marvell/libertas/main.c:1068:37: error: suggest braces around empty body in an 'if' statement [-Werror=empty-body] > 1068 | lbs_start_mesh(priv); > > Change the macros to use the usual "do { } while (0)" instead to shut up > the warnings and make the code a litte more robust. > > Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> Patch applied to wireless-drivers-next.git, thanks. 01414f8882f9 libertas: avoid -Wempty-body warning -- https://patchwork.kernel.org/project/linux-wireless/patch/20210322104343.948660-4-arnd@xxxxxxxxxx/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches