commit | eac306b4adb7452c0228f32dd004f791ab08aae8 | [log] [tgz] |
---|---|---|
author | Michael Dilmore <michael.j.dilmore@gmail.com> | Mon Jun 26 16:49:46 2017 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 29 12:21:37 2017 -0400 |
tree | 4f3096f2c205446590a2a91b7e5836df548ad765 | |
parent | 2ee87db3a287f81bf1bbc10ef52e7cb6d034ef92 [diff] |
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>