Re: [PATCH net-next] Bonding: Convert multiple netdev_info messages to netdev_dbg

From: David Miller
Date: Thu Jun 29 2017 - 12:22:59 EST


From: Michael J Dilmore <michael.j.dilmore@xxxxxxxxx>
Date: Mon, 26 Jun 2017 16:49:46 +0100

> The bond_options.c file contains multiple netdev_info statements that clutter kernel output.
> This patch replaces all netdev_info with netdev_dbg and adds a netdev_dbg statement for the
> packets per slave parameter. Also fixes misalignment at line 467.
>
> Suggested-by: Joe Perches <joe@xxxxxxxxxxx>
> Signed-off-by: Michael J Dilmore <michael.j.dilmore@xxxxxxxxx>

Applied.