On Mon, 10 Feb 2025 09:47:02 +0800
Bingbin Chen <chen.bing...@zte.com.cn> wrote:

> +
> +     switch (type) {
> +     case ZXDH_DEV_MUTEX_T_DTB:
> +     {
> +             *p_mutex_out = &p_dev_info->dtb_mutex;
> +     }
> +     break;
> +
> +     default:
> +     {
> +             PMD_DRV_LOG(ERR, "mutex type is invalid!");
> +             return ZXDH_ERR;
> +     }
> +     }
> +

Why all the extra { } here?

Reply via email to