OSDN Git Service

crypto: hisilicon/zip - Fix spelling mistake "COMSUMED" -> "CONSUMED"
authorColin Ian King <colin.king@canonical.com>
Mon, 20 Sep 2021 18:28:38 +0000 (19:28 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 1 Oct 2021 06:41:23 +0000 (14:41 +0800)
There is a spelling mistake in a literal string. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/hisilicon/zip/zip_main.c

index 7148201..873971e 100644 (file)
@@ -218,7 +218,7 @@ static const 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},