Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1182749

Re: [PATCH] Staging: android: ion: Fix Style Issue

Path csiph.com!aioe.org!bofh.it!news.nic.it!robomod
From Joe Perches <joe@perches.com>
Newsgroups linux.kernel
Subject Re: [PATCH] Staging: android: ion: Fix Style Issue
Date Mon, 13 Jul 2015 13:50:02 +0200
Message-ID <pLKpc-4vn-5@gated-at.bofh.it> (permalink)
References <pLJt8-3Xa-7@gated-at.bofh.it>
X-Original-To Craig <craig.inches@xayto.net>
X-Session-Marker 6A6F6540706572636865732E636F6D
X-Spam-Summary 50,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::::::,RULES_HIT:41:355:379:541:599:800:960:967:973:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1540:1593:1594:1711:1714:1730:1747:1777:1792:2393:2525:2560:2563:2682:2685:2828:2859:2933:2937:2939:2942:2945:2947:2951:2954:3022:3138:3139:3140:3141:3142:3350:3622:3870:3876:3934:3936:3938:3941:3944:3947:3950:3953:3956:3959:4321:5007:6261:8985:9025:10004:10400:10848:11026:11232:11473:11657:11658:11854:11914:12043:12296:12438:12517:12519:12555:12740:13069:13311:13357:14096:14097:21080,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0
X-He-Tag show41_6c3294ca86f04
X-Filterd-Recvd-Size 1715
Content-Type text/plain; charset="ISO-8859-1"
X-Mailer Evolution 3.12.11-0ubuntu3
MIME-Version 1.0
Content-Transfer-Encoding 7bit
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 31
Organization linux.* mail to news gateway
X-Original-Cc gregkh@linuxfoundation.org, arve@android.com, riandrews@android.com, mitchelh@codeaurora.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org
X-Original-Date Mon, 13 Jul 2015 04:42:22 -0700
X-Original-Message-ID <1436787742.2711.98.camel@perches.com>
X-Original-References <1436808581-14864-1-git-send-email-craig.inches@xayto.net>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref aioe.org linux.kernel:1182749

Show key headers only | View raw


On Mon, 2015-07-13 at 17:29 +0000, Craig wrote:
> Modified style issue in ion.c. Missing empty line after a definition
> 
> Signed-off-by: Craig <craig.inches@xayto.net>
> ---
>  drivers/staging/android/ion/ion.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> 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);

checkpatch false positive.

Fixed in checkpatch by
https://lkml.org/lkml/2015/7/1/383

--
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/

Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] Staging: android: ion: Fix Style Issue Craig <craig.inches@xayto.net> - 2015-07-13 12:50 +0200
  Re: [PATCH] Staging: android: ion: Fix Style Issue Joe Perches <joe@perches.com> - 2015-07-13 13:50 +0200
  Re: [PATCH] Staging: android: ion: Fix Style Issue Dan Carpenter <dan.carpenter@oracle.com> - 2015-07-13 14:40 +0200

csiph-web