From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752242AbdJDOIf (ORCPT ); Wed, 4 Oct 2017 10:08:35 -0400 Received: from ganesha.gnumonks.org ([213.95.27.120]:50360 "EHLO ganesha.gnumonks.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752029AbdJDOIe (ORCPT ); Wed, 4 Oct 2017 10:08:34 -0400 Date: Wed, 4 Oct 2017 16:08:26 +0200 From: Pablo Neira Ayuso To: Harsha Sharma Cc: netfilter-devel@vger.kernel.org, linux-kernel@vger.kernel.org, outreachy-kernel@googlegroups.com Subject: Re: [PATCH] iptables: Constify option struct Message-ID: <20171004140826.GA8450@salvia> References: <1506512692-7872-1-git-send-email-harshasharmaiitr@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1506512692-7872-1-git-send-email-harshasharmaiitr@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Score: -2.9 (--) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 27, 2017 at 05:14:52PM +0530, Harsha Sharma wrote: > The struct of type option is only used to initialise a field inside > the xtables_globals struct and is not modified anywhere. > Done using following coccinelle semantic patch Applied, thanks.