On Mon, 2 Nov 2020 11:44:43 +0000 Lee Jones wrote: > When AIX_EVENT is not defined, the 'if' body will be empty, which > makes GCC complain. Place bracketing around the invocation to protect > it. > > Fixes the following W=1 kernel build warning(s): > > drivers/net/fddi/skfp/ecm.c: In function ‘ecm_fsm’: > drivers/net/fddi/skfp/ecm.c:153:29: warning: suggest braces around empty > body in an ‘if’ statement [-Wempty-body] > > Cc: "David S. Miller" <da...@davemloft.net> > Cc: Jakub Kicinski <k...@kernel.org> > Cc: netdev@vger.kernel.org > Signed-off-by: Lee Jones <lee.jo...@linaro.org>
Okay, I applied most of these, but please don't post series larger than 15 patches in the future. Also each patch series should have a cover letter. I did not apply: - wimax - it should go to staging - tulip - does not apply - lan79xx - has checkpatch warnings - smsc - I'm expecting a patch from Andew there