From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752035AbbJaX5T (ORCPT ); Sat, 31 Oct 2015 19:57:19 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:59577 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750964AbbJaX5R (ORCPT ); Sat, 31 Oct 2015 19:57:17 -0400 Date: Sat, 31 Oct 2015 16:57:16 -0700 From: Greg KH To: Bogicevic Sasa Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH 4/4] drivers:staging:gdm724x Fix comparison to NULL coding style Message-ID: <20151031235716.GB10644@kroah.com> References: <1446150189-3658-1-git-send-email-brutallesale@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1446150189-3658-1-git-send-email-brutallesale@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 29, 2015 at 09:23:09PM +0100, Bogicevic Sasa wrote: > This fixes "comparison to NULL could be written..." messages from > checkpatch.pl script > > Signed-off-by: Bogicevic Sasa Where is patch 1/4, 2/4, and 3/4?