Re: [PATCH] stm class: make config_item_type const

From: Bhumika Goyal
Date: Mon Oct 16 2017 - 08:14:57 EST


On Mon, Oct 16, 2017 at 1:55 PM, Alexander Shishkin
<alexander.shishkin@xxxxxxxxxxxxxxx> wrote:
> Bhumika Goyal <bhumirks@xxxxxxxxx> writes:
>
>> On Thu, Oct 12, 2017 at 2:12 PM, Bhumika Goyal <bhumirks@xxxxxxxxx> 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?
>

I will re-send all the changes in a series.

Thanks,
Bhumika

> Regards,
> --
> Alex