提交 fae36640 编写于 作者: M Mati Vait 提交者: Herbert Xu

crypto: crc32c - Fixed coding style issue

Removed coding style issue: space before tabs.
Signed-off-by: NMati Vait <mativait@gmail.com>
Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
上级 cd3f1d54
......@@ -224,11 +224,11 @@ static int crc32c_cra_init(struct crypto_tfm *tfm)
static struct shash_alg alg = {
.digestsize = CHKSUM_DIGEST_SIZE,
.setkey = chksum_setkey,
.init = chksum_init,
.update = chksum_update,
.final = chksum_final,
.finup = chksum_finup,
.digest = chksum_digest,
.init = chksum_init,
.update = chksum_update,
.final = chksum_final,
.finup = chksum_finup,
.digest = chksum_digest,
.descsize = sizeof(struct chksum_desc_ctx),
.base = {
.cra_name = "crc32c",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册