Re: [PATCH trivial 14/21] include/block/ufs.h: spelling fix: setted

2023-11-14 Thread Thomas Huth

On 14/11/2023 17.58, Michael Tokarev wrote:

Fixes: bc4e68d362ec "hw/ufs: Initial commit for emulated 
Universal-Flash-Storage"
Cc: Jeuk Kim 
Signed-off-by: Michael Tokarev 
---
  include/block/ufs.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/block/ufs.h b/include/block/ufs.h
index 0b6ec0814d..d61598b8f3 100644
--- a/include/block/ufs.h
+++ b/include/block/ufs.h
@@ -657,7 +657,7 @@ typedef struct QEMU_PACKED UtpTaskReqDesc {
  #define UFS_UPIU_MAX_WB_LUN_ID 8
  
  /*

- * WriteBooster buffer lifetime has a limit setted by vendor.
+ * WriteBooster buffer lifetime has a limit set by vendor.
   * If it is over the limit, WriteBooster feature will be disabled.
   */
  #define UFS_WB_EXCEED_LIFETIME 0x0B


Reviewed-by: Thomas Huth 




Re: [PATCH trivial 14/21] include/block/ufs.h: spelling fix: setted

2023-11-14 Thread Jeuk Kim
On 14/11/2023 17.58, Michael Tokarev wrote:

> Fixes: bc4e68d362ec "hw/ufs: Initial commit for emulated 
> Universal-Flash-Storage"
> Cc: Jeuk Kim 
> Signed-off-by: Michael Tokarev 
> ---
>  include/block/ufs.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/block/ufs.h b/include/block/ufs.h
> index 0b6ec0814d..d61598b8f3 100644
> --- a/include/block/ufs.h
> +++ b/include/block/ufs.h
> @@ -657,7 +657,7 @@ typedef struct QEMU_PACKED UtpTaskReqDesc {
>  #define UFS_UPIU_MAX_WB_LUN_ID 8
>  
>  /*
> - * WriteBooster buffer lifetime has a limit setted by vendor.
> + * WriteBooster buffer lifetime has a limit set by vendor.
>   * If it is over the limit, WriteBooster feature will be disabled.
>   */
>  #define UFS_WB_EXCEED_LIFETIME 0x0B
> -- 
> 2.39.2

Reviewed-by: Jeuk Kim 

Thanks,
Jeuk




[PATCH trivial 14/21] include/block/ufs.h: spelling fix: setted

2023-11-14 Thread Michael Tokarev
Fixes: bc4e68d362ec "hw/ufs: Initial commit for emulated 
Universal-Flash-Storage"
Cc: Jeuk Kim 
Signed-off-by: Michael Tokarev 
---
 include/block/ufs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/block/ufs.h b/include/block/ufs.h
index 0b6ec0814d..d61598b8f3 100644
--- a/include/block/ufs.h
+++ b/include/block/ufs.h
@@ -657,7 +657,7 @@ typedef struct QEMU_PACKED UtpTaskReqDesc {
 #define UFS_UPIU_MAX_WB_LUN_ID 8
 
 /*
- * WriteBooster buffer lifetime has a limit setted by vendor.
+ * WriteBooster buffer lifetime has a limit set by vendor.
  * If it is over the limit, WriteBooster feature will be disabled.
  */
 #define UFS_WB_EXCEED_LIFETIME 0x0B
-- 
2.39.2