RE: [EXT] [PATCH v1 3/4] scsi: ufs: add LU Dedicated buffer type support for WriteBooster

From: Bean Huo (beanhuo)
Date: Wed Apr 29 2020 - 06:39:56 EST


>
> +/* WriteBooster buffer type */
> +enum {
> + WB_TYPE_LU_DEDICATED = 0x0,
> + WB_TYPE_SINGLE_SHARED = 0x1
> +};


Hi, Stanly
WB_TYPE_SINGLE_SHARED might be WB_TYPE_SHARED_BUFFER. I think,
we should try to make the name definition correspond to Spec


thanks,

Bean