From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932694AbcI2L1k (ORCPT ); Thu, 29 Sep 2016 07:27:40 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:57435 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753177AbcI2L1c (ORCPT ); Thu, 29 Sep 2016 07:27:32 -0400 Date: Thu, 29 Sep 2016 13:27:35 +0200 From: Greg KH To: Carlos Palminha Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, noralf@tronnes.org Subject: Re: [PATCH v3] staging: fbtft: Fix checkpatch warning Message-ID: <20160929112735.GB16850@kroah.com> References: <20160929101326.3286-1-palminha@synopsys.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160929101326.3286-1-palminha@synopsys.com> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 29, 2016 at 11:13:26AM +0100, Carlos Palminha wrote: > Fixed the following checkpatch warnings (task #10 of eudyptula challenge): > - removed unnecessary blank line after open brace > - NULL comparison rewritten to use '!' operator That is two totally different things, this requires 2 totally different patches. I thought I hinted at that previously... thanks, greg k-h