On Wed, 18 Mar 2020 at 07:18, Pan Nengyuan <pannengy...@huawei.com> wrote:
>
> This fix coverity issues 94417686:
>     1260        break;
>     CID 94417686: (MISSING_BREAK)
>     1261. unterminated_case: The case for value 
> "MIGRATION_PARAMETER_THROTTLE_TRIGGER_THRESHOLD" is not terminated by a 
> 'break' statement.
>     1261    case MIGRATION_PARAMETER_THROTTLE_TRIGGER_THRESHOLD:
>     1262        p->has_throttle_trigger_threshold = true;
>     1263        visit_type_int(v, param, &p->throttle_trigger_threshold, 
> &err);
>     1264    case MIGRATION_PARAMETER_CPU_THROTTLE_INITIAL:

This is CID 1421950. (I'm not sure where your number comes from.)

> Fixes: dc14a470763c96fd9d360e1028ce38e8c3613a77
> Reported-by: Euler Robot <euler.ro...@huawei.com>
> Signed-off-by: Pan Nengyuan <pannengy...@huawei.com>

thanks
-- PMM

Reply via email to