Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760481AbaGYNAs (ORCPT ); Fri, 25 Jul 2014 09:00:48 -0400 Received: from mail.us.es ([193.147.175.20]:58611 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752701AbaGYNAq (ORCPT ); Fri, 25 Jul 2014 09:00:46 -0400 X-Qmail-Scanner-Diagnostics: from 127.0.0.1 by antivirus2 (envelope-from , uid 501) with qmail-scanner-2.10 (clamdscan: 0.98.4/19221. spamassassin: 3.3.2. Clear:RC:1(127.0.0.1):SA:0(-100.2/7.5):. Processed in 1.773745 secs); 25 Jul 2014 13:00:45 -0000 X-Spam-ASN: AS42863 89.214.0.0/16 X-Envelope-From: pneira@us.es Date: Fri, 25 Jul 2014 15:00:53 +0200 From: Pablo Neira Ayuso To: Himangi Saraogi Cc: Patrick McHardy , Jozsef Kadlecsik , "David S. Miller" , Alexey Kuznetsov , James Morris , Hideaki YOSHIFUJI , netfilter-devel@vger.kernel.org, coreteam@netfilter.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Julia Lawall Subject: Re: [PATCH] netfilter: nf_conntrack: remove exceptional & on function name Message-ID: <20140725130053.GB13940@salvia> References: <20140724201716.GA16213@himangi-Dell> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140724201716.GA16213@himangi-Dell> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 25, 2014 at 01:47:16AM +0530, Himangi Saraogi wrote: > In this file, function names are otherwise used as pointers without &. > > A simplified version of the Coccinelle semantic patch that makes this > change is as follows: > > // > @r@ > identifier f; > @@ > > f(...) { ... } > > @@ > identifier r.f; > @@ > > - &f > + f > // Applied, thanks Himangi. -- 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/