From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751562AbdBBMHn (ORCPT ); Thu, 2 Feb 2017 07:07:43 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:44896 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751460AbdBBMHm (ORCPT ); Thu, 2 Feb 2017 07:07:42 -0500 Date: Thu, 2 Feb 2017 13:07:21 +0100 From: Greg KH To: simran singhal Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: rtl8192u: Adding a blank line after declarations Message-ID: <20170202120721.GA23754@kroah.com> References: <20170201195113.GA16625@singhal-Inspiron-5558> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170201195113.GA16625@singhal-Inspiron-5558> 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 Thu, Feb 02, 2017 at 01:21:13AM +0530, simran singhal wrote: > This patch fixes the checkpatch warning by adding a blank line after > declarations. > WARNING: Missing a blank line after declarations > > Signed-off-by: simran singhal > --- > drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c | 9 +++++++++ > 1 file changed, 9 insertions(+) You sent me two different patches, with the same subject line, for the same file. Which one is which? I can't take these, please resend both of them, with unique subjects, as a patch series. thanks, greg k-h