From: Florian Fainelli <f.faine...@gmail.com> Date: Sat, 4 Aug 2018 14:20:40 -0700
> Android's header sanitization tool chokes on static inline functions having a > trailing semicolon, leading to an incorrectly parsed header file. While the > tool should obviously be fixed, also fix the header files for the two affected > functions: ethtool_get_flow_spec_ring() and ethtool_get_flow_spec_ring_vf(). > > Fixes: 8cf6f497de40 ("ethtool: Add helper routines to pass vf to > rx_flow_spec") > Reporetd-by: Blair Prescott <blair.presc...@broadcom.com> > Signed-off-by: Florian Fainelli <f.faine...@gmail.com> Applied, thanks Florian. Trailing semicolon removal has become so trendy all of a sudden...