From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755164AbbG0UD1 (ORCPT ); Mon, 27 Jul 2015 16:03:27 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:48944 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755137AbbG0UDY (ORCPT ); Mon, 27 Jul 2015 16:03:24 -0400 Date: Mon, 27 Jul 2015 23:03:19 +0300 From: Dan Carpenter To: Mario Bambagini Cc: oleg.drokin@intel.com, devel@driverdev.osuosl.org, gregkh@linuxfoundation.org, andreas.dilger@intel.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 3/5] staging: lustre: fix bad alignment Message-ID: <20150727200319.GG5371@mwanda> References: <1438024825-18120-1-git-send-email-mario.bambagini@gmail.com> <1438024825-18120-3-git-send-email-mario.bambagini@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1438024825-18120-3-git-send-email-mario.bambagini@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: aserv0021.oracle.com [141.146.126.233] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 27, 2015 at 09:20:23PM +0200, Mario Bambagini wrote: > This patch fixes 8 bad alignments. When a line is split on > more than one line, the other lines must be aligned with > paranthesis. > > Signed-off-by: Mario Bambagini I think you wrote this one against your old patch instead of against Greg's tree. regards, dan carpenter