All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] v3: staging: erofs: fix typo
@ 2019-07-17 20:11 ` Karen Palacio
  0 siblings, 0 replies; 8+ messages in thread
From: Karen Palacio @ 2019-07-17 20:11 UTC (permalink / raw)
  To: linux-erofs, gaoxiang25, yucha0; +Cc: devel, gregkh, Karen Palacio

Fix typo in Kconfig

Signed-off-by: Karen Palacio <karen.palacio.1994@gmail.com>

diff --git a/drivers/staging/erofs/Kconfig b/drivers/staging/erofs/Kconfig
index d04b798..0dcefac 100644
--- a/drivers/staging/erofs/Kconfig
+++ b/drivers/staging/erofs/Kconfig
@@ -88,7 +88,7 @@ config EROFS_FS_IO_MAX_RETRIES
          If unsure, leave the default value (5 retries, 6 IOs at most).

 config EROFS_FS_ZIP
-       bool "EROFS Data Compresssion Support"
+       bool "EROFS Data Compression Support"
        depends on EROFS_FS
        select LZ4_DECOMPRESS
        help
---
 drivers/staging/erofs/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/erofs/Kconfig b/drivers/staging/erofs/Kconfig
index d04b798..0dcefac 100644
--- a/drivers/staging/erofs/Kconfig
+++ b/drivers/staging/erofs/Kconfig
@@ -88,7 +88,7 @@ config EROFS_FS_IO_MAX_RETRIES
 	  If unsure, leave the default value (5 retries, 6 IOs at most).
 
 config EROFS_FS_ZIP
-	bool "EROFS Data Compresssion Support"
+	bool "EROFS Data Compression Support"
 	depends on EROFS_FS
 	select LZ4_DECOMPRESS
 	help
-- 
2.7.4

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH] v3: staging: erofs: fix typo
@ 2019-07-17 20:11 ` Karen Palacio
  0 siblings, 0 replies; 8+ messages in thread
From: Karen Palacio @ 2019-07-17 20:11 UTC (permalink / raw)
  To: linux-erofs, gaoxiang25, yucha0; +Cc: devel, gregkh, Karen Palacio

Fix typo in Kconfig

Signed-off-by: Karen Palacio <karen.palacio.1994@gmail.com>

diff --git a/drivers/staging/erofs/Kconfig b/drivers/staging/erofs/Kconfig
index d04b798..0dcefac 100644
--- a/drivers/staging/erofs/Kconfig
+++ b/drivers/staging/erofs/Kconfig
@@ -88,7 +88,7 @@ config EROFS_FS_IO_MAX_RETRIES
          If unsure, leave the default value (5 retries, 6 IOs at most).

 config EROFS_FS_ZIP
-       bool "EROFS Data Compresssion Support"
+       bool "EROFS Data Compression Support"
        depends on EROFS_FS
        select LZ4_DECOMPRESS
        help
---
 drivers/staging/erofs/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/erofs/Kconfig b/drivers/staging/erofs/Kconfig
index d04b798..0dcefac 100644
--- a/drivers/staging/erofs/Kconfig
+++ b/drivers/staging/erofs/Kconfig
@@ -88,7 +88,7 @@ config EROFS_FS_IO_MAX_RETRIES
 	  If unsure, leave the default value (5 retries, 6 IOs at most).
 
 config EROFS_FS_ZIP
-	bool "EROFS Data Compresssion Support"
+	bool "EROFS Data Compression Support"
 	depends on EROFS_FS
 	select LZ4_DECOMPRESS
 	help
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH] v3: staging: erofs: fix typo
@ 2019-07-17 20:11 ` Karen Palacio
  0 siblings, 0 replies; 8+ messages in thread
From: Karen Palacio @ 2019-07-17 20:11 UTC (permalink / raw)


Fix typo in Kconfig

Signed-off-by: Karen Palacio <karen.palacio.1994 at gmail.com>

diff --git a/drivers/staging/erofs/Kconfig b/drivers/staging/erofs/Kconfig
index d04b798..0dcefac 100644
--- a/drivers/staging/erofs/Kconfig
+++ b/drivers/staging/erofs/Kconfig
@@ -88,7 +88,7 @@ config EROFS_FS_IO_MAX_RETRIES
          If unsure, leave the default value (5 retries, 6 IOs at most).

 config EROFS_FS_ZIP
-       bool "EROFS Data Compresssion Support"
+       bool "EROFS Data Compression Support"
        depends on EROFS_FS
        select LZ4_DECOMPRESS
        help
---
 drivers/staging/erofs/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/erofs/Kconfig b/drivers/staging/erofs/Kconfig
index d04b798..0dcefac 100644
--- a/drivers/staging/erofs/Kconfig
+++ b/drivers/staging/erofs/Kconfig
@@ -88,7 +88,7 @@ config EROFS_FS_IO_MAX_RETRIES
 	  If unsure, leave the default value (5 retries, 6 IOs at most).
 
 config EROFS_FS_ZIP
-	bool "EROFS Data Compresssion Support"
+	bool "EROFS Data Compression Support"
 	depends on EROFS_FS
 	select LZ4_DECOMPRESS
 	help
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH] v3: staging: erofs: fix typo
  2019-07-17 20:11 ` Karen Palacio
@ 2019-07-18  9:26   ` Gao Xiang
  -1 siblings, 0 replies; 8+ messages in thread
From: Gao Xiang @ 2019-07-18  9:26 UTC (permalink / raw)
  To: Karen Palacio, linux-erofs, yuchao0; +Cc: devel, gregkh



On 2019/7/18 4:11, Karen Palacio wrote:
> Fix typo in Kconfig
> 
> Signed-off-by: Karen Palacio <karen.palacio.1994@gmail.com>

Reviewed-by: Gao Xiang <gaoxiang25@huawei.com>

Thanks,
Gao Xiang
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH] v3: staging: erofs: fix typo
@ 2019-07-18  9:26   ` Gao Xiang
  0 siblings, 0 replies; 8+ messages in thread
From: Gao Xiang @ 2019-07-18  9:26 UTC (permalink / raw)




On 2019/7/18 4:11, Karen Palacio wrote:
> Fix typo in Kconfig
> 
> Signed-off-by: Karen Palacio <karen.palacio.1994 at gmail.com>

Reviewed-by: Gao Xiang <gaoxiang25 at huawei.com>

Thanks,
Gao Xiang

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] v3: staging: erofs: fix typo
  2019-07-17 20:11 ` Karen Palacio
@ 2019-07-18 10:31   ` Chao Yu
  -1 siblings, 0 replies; 8+ messages in thread
From: Chao Yu @ 2019-07-18 10:31 UTC (permalink / raw)
  To: Karen Palacio, linux-erofs, gaoxiang25, yucha0; +Cc: devel, gregkh

On 2019/7/18 4:11, Karen Palacio wrote:
> Fix typo in Kconfig
> 
> Signed-off-by: Karen Palacio <karen.palacio.1994@gmail.com>

Reviewed-by: Chao Yu <yuchao0@huawei.com>

Thanks,
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH] v3: staging: erofs: fix typo
@ 2019-07-18 10:31   ` Chao Yu
  0 siblings, 0 replies; 8+ messages in thread
From: Chao Yu @ 2019-07-18 10:31 UTC (permalink / raw)


On 2019/7/18 4:11, Karen Palacio wrote:
> Fix typo in Kconfig
> 
> Signed-off-by: Karen Palacio <karen.palacio.1994 at gmail.com>

Reviewed-by: Chao Yu <yuchao0 at huawei.com>

Thanks,

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH] v3: staging: erofs: fix typo
  2019-07-17 20:11 ` Karen Palacio
                   ` (3 preceding siblings ...)
  (?)
@ 2019-07-25  7:45 ` Greg KH
  -1 siblings, 0 replies; 8+ messages in thread
From: Greg KH @ 2019-07-25  7:45 UTC (permalink / raw)


On Wed, Jul 17, 2019@05:11:19PM -0300, Karen Palacio wrote:
> Fix typo in Kconfig
> 
> Signed-off-by: Karen Palacio <karen.palacio.1994 at gmail.com>
> Reviewed-by: Gao Xiang <gaoxiang25 at huawei.com>
> Reviewed-by: Chao Yu <yuchao0 at huawei.com>
> 
> diff --git a/drivers/staging/erofs/Kconfig b/drivers/staging/erofs/Kconfig
> index d04b798..0dcefac 100644
> --- a/drivers/staging/erofs/Kconfig
> +++ b/drivers/staging/erofs/Kconfig
> @@ -88,7 +88,7 @@ config EROFS_FS_IO_MAX_RETRIES
>           If unsure, leave the default value (5 retries, 6 IOs at most).
> 
>  config EROFS_FS_ZIP
> -       bool "EROFS Data Compresssion Support"
> +       bool "EROFS Data Compression Support"
>         depends on EROFS_FS
>         select LZ4_DECOMPRESS
>         help
> ---
>  drivers/staging/erofs/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/erofs/Kconfig b/drivers/staging/erofs/Kconfig
> index d04b798..0dcefac 100644
> --- a/drivers/staging/erofs/Kconfig
> +++ b/drivers/staging/erofs/Kconfig
> @@ -88,7 +88,7 @@ config EROFS_FS_IO_MAX_RETRIES
>  	  If unsure, leave the default value (5 retries, 6 IOs at most).
>  
>  config EROFS_FS_ZIP
> -	bool "EROFS Data Compresssion Support"
> +	bool "EROFS Data Compression Support"
>  	depends on EROFS_FS
>  	select LZ4_DECOMPRESS
>  	help

Patch is corrupted and can not be applied.

There are also 2 copies of it here :(

Please fix up and resend.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-07-25  7:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-17 20:11 [PATCH] v3: staging: erofs: fix typo Karen Palacio
2019-07-17 20:11 ` Karen Palacio
2019-07-17 20:11 ` Karen Palacio
2019-07-18  9:26 ` Gao Xiang
2019-07-18  9:26   ` Gao Xiang
2019-07-18 10:31 ` Chao Yu
2019-07-18 10:31   ` Chao Yu
2019-07-25  7:45 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.