]> git.baikalelectronics.ru Git - kernel.git/commit
Bonding: Convert multiple netdev_info messages to netdev_dbg
authorMichael Dilmore <michael.j.dilmore@gmail.com>
Mon, 26 Jun 2017 15:49:46 +0000 (16:49 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 29 Jun 2017 16:21:37 +0000 (12:21 -0400)
commitee1f95f300673d1c103dad8830f9b8a2a8e80c23
tree4f3096f2c205446590a2a91b7e5836df548ad765
parentf4c6d714c62b18982c780df7c4a0fcfa96ac5d3f
Bonding: Convert multiple netdev_info messages to netdev_dbg

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@perches.com>
Signed-off-by: Michael J Dilmore <michael.j.dilmore@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_options.c