Re: [PATCH] stm class: make config_item_type const

From: Alexander Shishkin
Date: Mon Oct 16 2017 - 07:55:40 EST


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?

Regards,
--
Alex