Re: [PATCH v8] ufs: core: Add WB buffer resize support

From: Bean Huo
Date: Wed Apr 02 2025 - 04:43:25 EST


On Wed, 2025-04-02 at 15:57 +0800, Huan Tang wrote:
> +static const char *ufs_wb_resize_status_to_string(enum
> wb_resize_status status)
> +{
> +       switch (status) {
> +       case WB_RESIZE_STATUS_IDLE:
> +               return "idle";
> +       case WB_RESIZE_STATUS_IN_PROGRESS:
> +               return "in_progress";
> +       case WB_RESIZE_STATUS_COMPLETE_SUCCESS:
> +               return "complete_success";
> +       case WB_RESIZE_STATUS_GENERAL_FAIL:
> +               return "gerneral_fail";


Typo: "gerneral_fail" --> general_fail