Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754446AbbGAO3o (ORCPT ); Wed, 1 Jul 2015 10:29:44 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:48143 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751889AbbGAO3h (ORCPT ); Wed, 1 Jul 2015 10:29:37 -0400 Date: Wed, 1 Jul 2015 17:29:23 +0300 From: Dan Carpenter To: Sohny Thomas Cc: gregkh@linuxfoundation.org, arve@android.com, riandrews@android.com, sumit.semwal@linaro.org, carlos@cgarcia.org, kernel-janitors@vger.kernel.org, "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v2 2/3] Staging: android: ion: fix coding style Message-ID: <20150701142923.GY28762@mwanda> References: <5593EA18.8060109@zoho.com> <5593EF44.3050708@zoho.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5593EF44.3050708@zoho.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: userv0021.oracle.com [156.151.31.71] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1175 Lines: 35 On Wed, Jul 01, 2015 at 07:16:44PM +0530, Sohny Thomas wrote: > > - Fixed 80 char limit exceeding line > and a newline after declarations as per checkpatch.pl > > Signed-of-by: Sohny Thomas > --- > drivers/staging/android/ion/ion.c | 1 + > drivers/staging/android/ion/ion_chunk_heap.c | 4 ++-- > 2 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/drivers/staging/android/ion/ion.c b/drivers/staging/android/ion/ion.c > index 6f48112..e44f5e6 100644 > --- a/drivers/staging/android/ion/ion.c > +++ b/drivers/staging/android/ion/ion.c > @@ -1106,6 +1106,7 @@ struct dma_buf *ion_share_dma_buf(struct ion_client *client, > struct ion_buffer *buffer; > struct dma_buf *dmabuf; > bool valid_handle; > + > DEFINE_DMA_BUF_EXPORT_INFO(exp_info); > > mutex_lock(&client->lock); This is a false positive in checkpatch.pl. Just leave it as is. 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/