From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753172AbeAIJhA (ORCPT + 1 other); Tue, 9 Jan 2018 04:37:00 -0500 Received: from mail-lf0-f53.google.com ([209.85.215.53]:39374 "EHLO mail-lf0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753030AbeAIJg5 (ORCPT ); Tue, 9 Jan 2018 04:36:57 -0500 X-Google-Smtp-Source: ACJfBot0edJvfMrFxSSkwzghNM215MQyDfqtAgmifEtZQg4bXxMg37HpGAHRkdQwnJ6CbqpCIlofxw== Date: Tue, 9 Jan 2018 10:36:54 +0100 From: Johan Hovold To: Sumit Pundir Cc: johan@kernel.org, elder@kernel.org, gregkh@linuxfoundation.org, greybus-dev@lists.linaro.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] Staging: greybus: camera: cleanup multiple checks for null pointers Message-ID: <20180109093654.GK11344@localhost> References: <1515430215-8826-1-git-send-email-pundirsumit11@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1515430215-8826-1-git-send-email-pundirsumit11@gmail.com> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Mon, Jan 08, 2018 at 10:20:15PM +0530, Sumit Pundir wrote: > Fixed coding style issue regarding null comparison at multiple lines. > Issue reported by checkpatch.pl > > Signed-off-by: Sumit Pundir > --- > v2: > Updated the patch title and description. Thanks for the update. Acked-by: Johan Hovold Johan