linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][crypto-next] crypto: hisilicon: fix spelling mistake "HZIP_COMSUMED_BYTE" -> "HZIP_CONSUMED_BYTE"
@ 2019-08-12 11:15 Colin King
  2019-08-12 13:06 ` Zhou Wang
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2019-08-12 11:15 UTC (permalink / raw)
  To: Zhou Wang, Herbert Xu, David S . Miller, linux-crypto
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in the hzip_dfx_regs array, fix this.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/crypto/hisilicon/zip/zip_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/crypto/hisilicon/zip/zip_main.c b/drivers/crypto/hisilicon/zip/zip_main.c
index 6e0ca75585d4..00ecae387fdd 100644
--- a/drivers/crypto/hisilicon/zip/zip_main.c
+++ b/drivers/crypto/hisilicon/zip/zip_main.c
@@ -206,7 +206,7 @@ static struct debugfs_reg32 hzip_dfx_regs[] = {
 	{"HZIP_AVG_DELAY                 ",  0x28ull},
 	{"HZIP_MEM_VISIBLE_DATA          ",  0x30ull},
 	{"HZIP_MEM_VISIBLE_ADDR          ",  0x34ull},
-	{"HZIP_COMSUMED_BYTE             ",  0x38ull},
+	{"HZIP_CONSUMED_BYTE             ",  0x38ull},
 	{"HZIP_PRODUCED_BYTE             ",  0x40ull},
 	{"HZIP_COMP_INF                  ",  0x70ull},
 	{"HZIP_PRE_OUT                   ",  0x78ull},
-- 
2.20.1


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

* Re: [PATCH][crypto-next] crypto: hisilicon: fix spelling mistake "HZIP_COMSUMED_BYTE" -> "HZIP_CONSUMED_BYTE"
  2019-08-12 11:15 [PATCH][crypto-next] crypto: hisilicon: fix spelling mistake "HZIP_COMSUMED_BYTE" -> "HZIP_CONSUMED_BYTE" Colin King
@ 2019-08-12 13:06 ` Zhou Wang
  0 siblings, 0 replies; 2+ messages in thread
From: Zhou Wang @ 2019-08-12 13:06 UTC (permalink / raw)
  To: Colin King, Herbert Xu, David S . Miller, linux-crypto
  Cc: kernel-janitors, linux-kernel

On 2019/8/12 19:15, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in the hzip_dfx_regs array, fix this.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/crypto/hisilicon/zip/zip_main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/crypto/hisilicon/zip/zip_main.c b/drivers/crypto/hisilicon/zip/zip_main.c
> index 6e0ca75585d4..00ecae387fdd 100644
> --- a/drivers/crypto/hisilicon/zip/zip_main.c
> +++ b/drivers/crypto/hisilicon/zip/zip_main.c
> @@ -206,7 +206,7 @@ static struct debugfs_reg32 hzip_dfx_regs[] = {
>  	{"HZIP_AVG_DELAY                 ",  0x28ull},
>  	{"HZIP_MEM_VISIBLE_DATA          ",  0x30ull},
>  	{"HZIP_MEM_VISIBLE_ADDR          ",  0x34ull},
> -	{"HZIP_COMSUMED_BYTE             ",  0x38ull},
> +	{"HZIP_CONSUMED_BYTE             ",  0x38ull},

Yes, thanks.

Zhou

>  	{"HZIP_PRODUCED_BYTE             ",  0x40ull},
>  	{"HZIP_COMP_INF                  ",  0x70ull},
>  	{"HZIP_PRE_OUT                   ",  0x78ull},
> 


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

end of thread, other threads:[~2019-08-12 13:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-12 11:15 [PATCH][crypto-next] crypto: hisilicon: fix spelling mistake "HZIP_COMSUMED_BYTE" -> "HZIP_CONSUMED_BYTE" Colin King
2019-08-12 13:06 ` Zhou Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).