Lee Jones <[email protected]> writes: > Fixes the following W=1 kernel build warning(s): > > drivers/net/wireless/broadcom/b43/main.c: In function > ‘b43_dummy_transmission’: > drivers/net/wireless/broadcom/b43/main.c:785:3: warning: suggest braces > around empty body in an ‘if’ statement [-Wempty-body] > drivers/net/wireless/broadcom/b43/main.c: In function > ‘b43_do_interrupt_thread’: > drivers/net/wireless/broadcom/b43/main.c:2017:3: warning: suggest braces > around empty body in an ‘if’ statement [-Wempty-body] > > Cc: Kalle Valo <[email protected]> > Cc: "David S. Miller" <[email protected]> > Cc: Jakub Kicinski <[email protected]> > Cc: Martin Langer <[email protected]> > Cc: Stefano Brivio <[email protected]> > Cc: Michael Buesch <[email protected]> > Cc: van Dyk <[email protected]> > Cc: Andreas Jaggi <[email protected]> > Cc: Albert Herranz <[email protected]> > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > Signed-off-by: Lee Jones <[email protected]> > --- > drivers/net/wireless/broadcom/b43/main.c | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-)
Please don't copy the full directory structure to the title. I'll change the title to more simple version: b43: add braces around empty statements I'll do similar changes to other wireless-drivers patches. -- https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
