From: Michael J Dilmore
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 fixe
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
Signed-off-by: Mic