From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH] tproxy: the length of lines should be within 80 Date: Fri, 09 Jul 2010 17:33:04 +0200 Message-ID: <4C374130.6020709@trash.net> References: <1278653480-21304-1-git-send-email-xiaosuo@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: "David S. Miller" , netfilter-devel@vger.kernel.org, netdev@vger.kernel.org To: Changli Gao Return-path: In-Reply-To: <1278653480-21304-1-git-send-email-xiaosuo@gmail.com> Sender: netdev-owner@vger.kernel.org List-Id: netfilter-devel.vger.kernel.org Am 09.07.2010 07:31, schrieb Changli Gao: > tproxy: the length of lines should be within 80 > > According to the Documentation/CodingStyle, the length of lines should be > within 80. Applied, thanks.