Re: [PATCH v3 0/4] new ethernet address manipulation checks

2015-04-26 Thread Joe Perches
(adding Andrew Morton) On Sun, 2015-04-26 at 18:43 +0200, Mateusz Kulikowski wrote: > Changes in v3: > - Fixed handling of MEMSET issues (due to '/s' at the end the same > error/warning was reported several times) > - Added handling of multiline PREFER_ETHER_ADDR_COPY warnings > - Review: added

[PATCH v3 0/4] new ethernet address manipulation checks

2015-04-26 Thread Mateusz Kulikowski
Changes in v3: - Fixed handling of MEMSET issues (due to '/s' at the end the same error/warning was reported several times) - Added handling of multiline PREFER_ETHER_ADDR_COPY warnings - Review: added --fix option to eth_zero/broadcast_addr checks - All new warnings are multi-line aware (fixes