From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Date: Tue, 17 Oct 2017 12:25:01 +0200 Subject: [Cluster-devel] [PATCH v2 11/15] stm class: make config_item_type const In-Reply-To: <1508167134-6243-12-git-send-email-bhumirks@gmail.com> References: <1508167134-6243-1-git-send-email-bhumirks@gmail.com> <1508167134-6243-12-git-send-email-bhumirks@gmail.com> Message-ID: <20171017102501.GC25786@kroah.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Mon, Oct 16, 2017 at 05:18:50PM +0200, Bhumika Goyal wrote: > Make config_item_type structures const as they are either passed to a > function having the argument as const or used inside a if statement or > stored in the const "ci_type" field of a config_item structure. > > Done using Coccinelle. > > Signed-off-by: Bhumika Goyal > --- > * Changes in v2- Combine all the followup patches and the constification > patches into a series. Acked-by: Greg Kroah-Hartman