From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next-2.6] bonding: cleanup module option descriptions Date: Thu, 26 May 2011 14:57:45 -0400 (EDT) Message-ID: <20110526.145745.1429747489855527148.davem@davemloft.net> References: <1306334519-20243-1-git-send-email-andy@greyhouse.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, panweiping3@gmail.com To: andy@greyhouse.net Return-path: Received: from shards.monkeyblade.net ([198.137.202.13]:56717 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933043Ab1EZS5w (ORCPT ); Thu, 26 May 2011 14:57:52 -0400 In-Reply-To: <1306334519-20243-1-git-send-email-andy@greyhouse.net> Sender: netdev-owner@vger.kernel.org List-ID: From: Andy Gospodarek Date: Wed, 25 May 2011 10:41:59 -0400 > Weiping Pan noticed that the module option description for > xmit_hash_policy was incorrect and was nice enough to post a patch to > fix it. The text was correct, but created a line over 80 characters and > I would rather not add those. I realized I could take a few minutes and > clean up all the descriptions and things would look much better. This > is the result. > > Based on patch from Weiping Pan . > > Signed-off-by: Andy Gospodarek > CC: Weiping Pan Applied, thanks.