From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758902AbbJ3HbV (ORCPT ); Fri, 30 Oct 2015 03:31:21 -0400 Received: from mail-pa0-f41.google.com ([209.85.220.41]:33178 "EHLO mail-pa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758411AbbJ3HbU (ORCPT ); Fri, 30 Oct 2015 03:31:20 -0400 Date: Fri, 30 Oct 2015 13:01:14 +0530 From: Sudip Mukherjee To: Bogicevic Sasa Cc: gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] drivers:staging:gdm724x Fill all alignment should match open parentheses Message-ID: <20151030073114.GC31483@sudip-pc> References: <1446149701-3149-1-git-send-email-brutallesale@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1446149701-3149-1-git-send-email-brutallesale@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 29, 2015 at 09:15:01PM +0100, Bogicevic Sasa wrote: > This fixes all errors about alignment with open parentheses as well as > one spacing needed around "-" sign since the patch would not be valid if > I left it there 1) That becomes two different type of change. 2) This has already been done by a4785ef81023 ("staging: gdm724x: properly indent to match open paranthesis") I think you need to refresh your tree against current staging tree. 3) your patch subject says 2/2, the next patch says 3/3 and the one after that is saying 4/4. There is something wrong in the way you are generating the patches. This 2/2 or 3/3 should not be here unless you are sending a series of patch. regards sudip