On 29 November 2016 at 17:53, Denis Kenzior <denkenz(a)gmail.com> wrote:
Hi Djalal,
On 11/25/2016 08:00 AM, djalal(a)endocode.com wrote:
>
> From: Djalal Harouni <djalal(a)endocode.com>
>
> This patch allows to intialize and register the ublox netmon driver.
> ---
> drivers/ubloxmodem/ubloxmodem.c | 2 ++
> drivers/ubloxmodem/ubloxmodem.h | 3 +++
> plugins/ublox.c | 3 +++
> 3 files changed, 8 insertions(+)
>
This patch isn't broken down properly. See HACKING, 'Submitting patches'
section. Each top-level directory change should be in a separate patch.
E.g. one patch for drivers/* and one patch for plugins/*.
It might be easier to simply squash drivers/ubloxmodem/ubloxmodem.[ch]
changes into patch 3.
Oups sorry about that. Hopefully fixed in v2.
Regards,
-Denis