From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932197AbdJXQCe (ORCPT ); Tue, 24 Oct 2017 12:02:34 -0400 Received: from mail.us.es ([193.147.175.20]:56306 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751295AbdJXQCc (ORCPT ); Tue, 24 Oct 2017 12:02:32 -0400 Date: Tue, 24 Oct 2017 18:02:24 +0200 X-SMTPAUTHUS: auth mail.us.es From: Pablo Neira Ayuso To: Harsha Sharma Cc: kadlec@blackhole.kfki.hu, fw@strlen.de, davem@davemloft.net, netfilter-devel@vger.kernel.org, coreteam@netfilter.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, outreachy-kernel@googlegroups.com Subject: Re: [PATCH] netfilter: nf_conntrack_h323: Remove typedef struct Message-ID: <20171024160224.GA12080@salvia> References: <20171012225357.5144-1-harshasharmaiitr@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171012225357.5144-1-harshasharmaiitr@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 13, 2017 at 04:23:57AM +0530, Harsha Sharma wrote: > Remove typedef from struct as linux-kernel coding style tends to > avoid using typedefs. > Done using following coccinelle semantic patch Applied, thanks Harsha.