Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751713AbcJBPVz (ORCPT ); Sun, 2 Oct 2016 11:21:55 -0400 Received: from mail-pf0-f193.google.com ([209.85.192.193]:34976 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750822AbcJBPVq (ORCPT ); Sun, 2 Oct 2016 11:21:46 -0400 Message-ID: <1475421689.2294.4.camel@gmail.com> Subject: Re: [PATCH 1/1] Staging: android: ion: Remove explicit NULL comparison using Coccinelle From: Shyam Saini To: Greg KH Cc: labbott@redhat.com, sumit.semwal@linaro.org, linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org, arve@android.com Date: Sun, 02 Oct 2016 20:51:29 +0530 In-Reply-To: <20161002145849.GA31940@kroah.com> References: <1475076531-4863-1-git-send-email-mayhs11saini@gmail.com> <20161002145849.GA31940@kroah.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.2-0ubuntu3 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 546 Lines: 18 On Sun, 2016-10-02 at 16:58 +0200, Greg KH wrote: > On Wed, Sep 28, 2016 at 08:58:51PM +0530, shyam saini wrote: > > > > Remove the explicit NULL comparison and rewrite in a compact form. > > > > Signed-off-by: shyam saini > > --- > >  drivers/staging/android/ion/ion_of.c | 2 +- > >  1 file changed, 1 insertion(+), 1 deletion(-) > > Does not apply to my tree :( Do I need to rebase it? Because I have already included all the maintainers in the patch which I got from  scripts/get_maintainer.pl. Thanks, Shyam