From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932397AbdCINZy (ORCPT ); Thu, 9 Mar 2017 08:25:54 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:51374 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932358AbdCINZw (ORCPT ); Thu, 9 Mar 2017 08:25:52 -0500 Date: Thu, 9 Mar 2017 14:25:42 +0100 From: Greg KH To: Arushi Singhal Cc: w.d.hubbs@gmail.com, devel@driverdev.osuosl.org, kirk@reisers.ca, speakup@linux-speakup.org, linux-kernel@vger.kernel.org, outreachy-kernel@googlegroups.com, samuel.thibault@ens-lyon.org, chris@the-brannons.com Subject: Re: [PATCH 1/6] staging: speakup: Add blank line after function/struct/union/enum declarations Message-ID: <20170309132541.GB8690@kroah.com> References: <20170303201709.19997-1-arushisinghal19971997@gmail.com> <20170303201709.19997-2-arushisinghal19971997@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170303201709.19997-2-arushisinghal19971997@gmail.com> User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Mar 04, 2017 at 01:47:04AM +0530, Arushi Singhal wrote: > This patch fixes the warnings reported by checkpatch.pl > for please use a blank line after function/struct/union/enum > declarations. > > Signed-off-by: Arushi Singhal > --- > drivers/staging/speakup/main.c | 1 + > drivers/staging/speakup/serialio.c | 1 + > drivers/staging/speakup/speakup_dtlk.c | 1 + > 3 files changed, 3 insertions(+) You seem to have sent me many different series of patches for this driver, some of them the same, some different, some duplicates. I have no idea what to apply and what not to apply, so I'm dropping them all from my patch queue. Please fix up and resend a _single_ patch series with your patches so I know what to review and possibly apply. thanks, greg k-h