From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754246AbdBNRNu (ORCPT ); Tue, 14 Feb 2017 12:13:50 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:56538 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752455AbdBNRNl (ORCPT ); Tue, 14 Feb 2017 12:13:41 -0500 Date: Tue, 14 Feb 2017 09:13:41 -0800 From: Greg KH To: Arushi Singhal Cc: forest@alittletooquiet.net, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: vt6656: Alignment match open parenthesis Message-ID: <20170214171341.GB26397@kroah.com> References: <20170212223113.GA2173@arushi-HP-Pavilion-Notebook> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170212223113.GA2173@arushi-HP-Pavilion-Notebook> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 13, 2017 at 04:01:13AM +0530, Arushi Singhal wrote: > Fix checkpatch issues: "CHECK: Alignment should match open parenthesis" > > Signed-off-by: Arushi Singhal > --- > drivers/staging/vt6656/firmware.c | 34 +++++++++++++++++----------------- > drivers/staging/vt6656/key.h | 2 +- > drivers/staging/vt6656/rf.c | 12 ++++++------ > drivers/staging/vt6656/usbpipe.c | 12 ++++++------ > drivers/staging/vt6656/wcmd.c | 2 +- > 5 files changed, 31 insertions(+), 31 deletions(-) You sent two different patches that do different things, yet you have the same exact subject line. Please fix up and resend both of them with unique subjects. thanks, greg k-h