From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934182AbdCLO3d (ORCPT ); Sun, 12 Mar 2017 10:29:33 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:47304 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932364AbdCLO32 (ORCPT ); Sun, 12 Mar 2017 10:29:28 -0400 Date: Sun, 12 Mar 2017 15:29:08 +0100 From: Greg Kroah-Hartman To: Arushi Singhal Cc: w.d.hubbs@gmail.com, devel@driverdev.osuosl.org, Kirk Reiser , speakup@linux-speakup.org, linux-kernel@vger.kernel.org, Samuel Thibault , Chris Brannon Subject: Re: [PATCH] staging: speakup: Comparison to NULL could be written Message-ID: <20170312142908.GA25500@kroah.com> References: <20170310185909.GA5511@arushi-HP-Pavilion-Notebook> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170310185909.GA5511@arushi-HP-Pavilion-Notebook> 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 11, 2017 at 12:29:09AM +0530, Arushi Singhal wrote: > Fixed coding style for null comparisons in speakup driver to be more > consistant with the rest of the kernel coding style. > > Signed-off-by: Arushi Singhal > --- > drivers/staging/speakup/selection.c | 2 +- > drivers/staging/speakup/varhandlers.c | 6 +++--- > 2 files changed, 4 insertions(+), 4 deletions(-) I have over 25 patches from you for this driver, and I have no idea what ones I should be applying and in what order. So I've had to delete them all from my queue. Please rebase your series on the latest staging-testing branch and resend, as a single patch series, what you wish to have reviewed and potentially applied. thanks, greg k-h