From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932270AbdCVUnd (ORCPT ); Wed, 22 Mar 2017 16:43:33 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:45478 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753952AbdCVUnW (ORCPT ); Wed, 22 Mar 2017 16:43:22 -0400 Date: Wed, 22 Mar 2017 21:42:49 +0100 From: Greg KH To: Arushi Singhal Cc: outreachy-kernel , w.d.hubbs@gmail.com, chris@the-brannons.com, kirk@reisers.ca, samuel.thibault@ens-lyon.org, speakup@linux-speakup.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [RESEND PATCH 00/11] staging:speakup: Multiple Checkpatch issues. Message-ID: <20170322204249.GA13164@kroah.com> References: <20170321114235.1638-1-arushisinghal19971997@gmail.com> <6e75c652-f348-4592-a79d-4f290de9bea1@googlegroups.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <6e75c652-f348-4592-a79d-4f290de9bea1@googlegroups.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 Wed, Mar 22, 2017 at 12:20:23PM -0700, Arushi Singhal wrote: > On Tuesday, March 21, 2017 at 5:12:41 PM UTC+5:30, Arushi Singhal wrote: > > Improve readability by fixing multiple checkpatch.pl > issues in speakup driver. > > Arushi Singhal (11): >   staging: speakup: Moved logical to previous line. >   staging: speakup: Remove multiple assignments >   staging: speakup: Simplify "NULL" comparisons >   staging: speakup: fixes braces {} should be used on all arms of this >     statement >   staging: speakup: Remove multiple assignments >   staging: speakup: Moved OR operator to previous line. >   staging: speakup: spaces preferred around operator >   staging: speakup: Removed Unnecessary parentheses. >   staging: speakup: Simplify the NULL comparisons >   staging: speakup: Match alignment with open parenthesis. >   staging: speakup: Fix alignment with parenthesis. > >  drivers/staging/speakup/fakekey.c        |   2 +- >  drivers/staging/speakup/kobjects.c       |   2 +- >  drivers/staging/speakup/main.c           | 110 > +++++++++++++++++-------------- >  drivers/staging/speakup/selection.c      |   4 +- >  drivers/staging/speakup/serialio.c       |   2 +- >  drivers/staging/speakup/speakup.h        |  12 ++-- >  drivers/staging/speakup/speakup_acntpc.c |   8 +-- >  drivers/staging/speakup/speakup_apollo.c |   2 +- >  drivers/staging/speakup/speakup_decext.c |  10 +-- >  drivers/staging/speakup/speakup_decpc.c  |  26 ++++---- >  drivers/staging/speakup/speakup_dectlk.c |   6 +- >  drivers/staging/speakup/speakup_dtlk.c   |   2 +- >  drivers/staging/speakup/speakup_keypc.c  |   6 +- >  drivers/staging/speakup/speakup_ltlk.c   |   2 +- >  drivers/staging/speakup/varhandlers.c    |  18 ++--- >  15 files changed, 114 insertions(+), 98 deletions(-) > > > Hi > Any update on these patches? One day? Please give us a chance, realize that it's normally a 2 week timeframe to get a patch reviewed... thanks, greg k-h