forked from Minki/linux
crypto: hisilicon/zip - Fix spelling mistake "COMSUMED" -> "CONSUMED"
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>
This commit is contained in:
parent
38aa192a05
commit
6e96dbe7c4
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user