From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v4 1/4] Clean up indentation in net/ipv6/transp_v6.h Date: Tue, 04 Jun 2013 12:56:37 -0700 (PDT) Message-ID: <20130604.125637.1744037858172005236.davem@davemloft.net> References: <1370048750-28441-1-git-send-email-lorenzo@google.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, edumazet@google.com, yoshfuji@linux-ipv6.org, segoon@openwall.com To: lorenzo@google.com Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:57965 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750830Ab3FDT4l (ORCPT ); Tue, 4 Jun 2013 15:56:41 -0400 In-Reply-To: <1370048750-28441-1-git-send-email-lorenzo@google.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Lorenzo Colitti Date: Sat, 1 Jun 2013 10:05:47 +0900 > Reduce the indentation of most of the functions and make it a > bit more consistent. This allows longer function and arg names > to be consistently indented without wrapping. > > Signed-off-by: Lorenzo Colitti Applied.