[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20170309183745.GB15627@kroah.com>
Date: Thu, 9 Mar 2017 19:37:45 +0100
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Arushi Singhal <arushisinghal19971997@...il.com>
Cc: w.d.hubbs@...il.com, devel@...verdev.osuosl.org,
Kirk Reiser <kirk@...sers.ca>, speakup@...ux-speakup.org,
linux-kernel@...r.kernel.org, outreachy-kernel@...glegroups.com,
Samuel Thibault <samuel.thibault@...-lyon.org>,
Chris Brannon <chris@...-brannons.com>
Subject: Re: [PATCH] staging: speakup: Simplify NULL comparisons
On Thu, Mar 09, 2017 at 11:19:49PM +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.
> Replaced 'x != NULL' with 'x' and 'x = NULL' with '!x'.
>
> Signed-off-by: Arushi Singhal <arushisinghal19971997@...il.com>
> ---
> drivers/staging/speakup/fakekey.c | 2 +-
> drivers/staging/speakup/kobjects.c | 2 +-
> drivers/staging/speakup/main.c | 38 +++++++++++++++++++-------------------
> 3 files changed, 21 insertions(+), 21 deletions(-)
Also does not apply :(
greg k-h
Powered by blists - more mailing lists