Re: [PATCH 0/3] Net driver bugs fix and code style

From: Noam Camus
Date: Tue Apr 26 2016 - 13:23:36 EST


>From: David Miller <davem@xxxxxxxxxxxxx>
>Sent: Tuesday, April 26, 2016 6:57 PM

>It is not appropriate to mix coding style fixes with bug fixes.
The code style in patch number 1 is actually prevents code duplication that stem from bug fix at patch number 3.

>Bug fixes must be targetted at the 'net' tree, and anything else
>must be targetted at the 'net-next' tree.
Should we handle bugs fix first (more urgent then code style) and once it will be accepted and applied to net-next proceed with the code style patch?

Noam