From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752870AbdF2QWz (ORCPT ); Thu, 29 Jun 2017 12:22:55 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:42248 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752689AbdF2QWn (ORCPT ); Thu, 29 Jun 2017 12:22:43 -0400 Date: Thu, 29 Jun 2017 12:22:40 -0400 (EDT) Message-Id: <20170629.122240.1600123631686282379.davem@davemloft.net> To: michael.j.dilmore@gmail.com Cc: j.vosburgh@gmail.com, vfalico@gmail.com, =andy@greyhouse.net, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, joe@perches.com Subject: Re: [PATCH net-next] Bonding: Convert multiple netdev_info messages to netdev_dbg From: David Miller In-Reply-To: <1498492186-4245-1-git-send-email-michael.j.dilmore@gmail.com> References: <1498492186-4245-1-git-send-email-michael.j.dilmore@gmail.com> X-Mailer: Mew version 6.7 on Emacs 24.5 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Thu, 29 Jun 2017 08:40:55 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 fixes misalignment at line 467. > > Suggested-by: Joe Perches > Signed-off-by: Michael J Dilmore Applied.