From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752394AbdJPLzf (ORCPT ); Mon, 16 Oct 2017 07:55:35 -0400 Received: from mga14.intel.com ([192.55.52.115]:46447 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752107AbdJPLze (ORCPT ); Mon, 16 Oct 2017 07:55:34 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,386,1503385200"; d="scan'208";a="1206307618" From: Alexander Shishkin To: Bhumika Goyal , Julia Lawall , Linux Kernel Mailing List Cc: Bhumika Goyal Subject: Re: [PATCH] stm class: make config_item_type const In-Reply-To: References: <1507810349-8106-1-git-send-email-bhumirks@gmail.com> User-Agent: Notmuch/0.23.7 (http://notmuchmail.org) Emacs/25.1.1 (x86_64-pc-linux-gnu) Date: Mon, 16 Oct 2017 14:55:32 +0300 Message-ID: <87tvyzs3wr.fsf@ashishki-desk.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Bhumika Goyal writes: > On Thu, Oct 12, 2017 at 2:12 PM, Bhumika Goyal wrote: >> This is a followup patch for: >> https://patchwork.kernel.org/patch/9999649/ and >> https://lkml.org/lkml/2017/10/11/375 >> >> 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. >> > > Tthis patch is dependent on the patches in the links > https://lkml.org/lkml/2017/10/11/375 and > https://patchwork.kernel.org/patch/9999649/. Therefore, this patch > won't be correct unless the patches in these links gets applied. So why not send it as a series then? Regards, -- Alex