Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752163AbbLMN5A (ORCPT ); Sun, 13 Dec 2015 08:57:00 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:40347 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751666AbbLMN47 (ORCPT ); Sun, 13 Dec 2015 08:56:59 -0500 Date: Sun, 13 Dec 2015 16:56:45 +0300 From: Dan Carpenter To: Bhaktipriya Shridhar Cc: jic23@kernel.org, knaack.h@gmx.de, lars@metafoo.de, pmeerw@pmeerw.net, gregkh@linuxfoundation.org, ciorneiioana@gmail.com, cristina.moraru09@gmail.com, josselin.costanzi@mobile-devices.fr, linux-iio@vger.kernel.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] Staging: iio: accel: Fixed NULL comparison style Message-ID: <20151213135645.GR5284@mwanda> References: <20151213134223.GA3495@Karyakshetra> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151213134223.GA3495@Karyakshetra> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: aserv0021.oracle.com [141.146.126.233] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 444 Lines: 14 You have to resend it to apply on the original code, we are not going to apply the first version of this patch. In other words it is: - if (*rx_p == NULL) { + if (!*rxp) { regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/