mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-06 13:55:08 +08:00
crypto: ccree - remove bogus kerneldoc markers
Normal comments should start with "/*". "/**" is reserver for kerneldoc. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
08884316bb
commit
92816ab6b6
@ -1223,7 +1223,7 @@ static void cc_hmac_authenc(struct aead_request *req, struct cc_hw_desc desc[],
|
|||||||
req_ctx->is_single_pass);
|
req_ctx->is_single_pass);
|
||||||
|
|
||||||
if (req_ctx->is_single_pass) {
|
if (req_ctx->is_single_pass) {
|
||||||
/**
|
/*
|
||||||
* Single-pass flow
|
* Single-pass flow
|
||||||
*/
|
*/
|
||||||
cc_set_hmac_desc(req, desc, seq_size);
|
cc_set_hmac_desc(req, desc, seq_size);
|
||||||
@ -1235,7 +1235,7 @@ static void cc_hmac_authenc(struct aead_request *req, struct cc_hw_desc desc[],
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Double-pass flow
|
* Double-pass flow
|
||||||
* Fallback for unsupported single-pass modes,
|
* Fallback for unsupported single-pass modes,
|
||||||
* i.e. using assoc. data of non-word-multiple
|
* i.e. using assoc. data of non-word-multiple
|
||||||
@ -1276,7 +1276,7 @@ cc_xcbc_authenc(struct aead_request *req, struct cc_hw_desc desc[],
|
|||||||
req_ctx->is_single_pass);
|
req_ctx->is_single_pass);
|
||||||
|
|
||||||
if (req_ctx->is_single_pass) {
|
if (req_ctx->is_single_pass) {
|
||||||
/**
|
/*
|
||||||
* Single-pass flow
|
* Single-pass flow
|
||||||
*/
|
*/
|
||||||
cc_set_xcbc_desc(req, desc, seq_size);
|
cc_set_xcbc_desc(req, desc, seq_size);
|
||||||
@ -1287,7 +1287,7 @@ cc_xcbc_authenc(struct aead_request *req, struct cc_hw_desc desc[],
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Double-pass flow
|
* Double-pass flow
|
||||||
* Fallback for unsupported single-pass modes,
|
* Fallback for unsupported single-pass modes,
|
||||||
* i.e. using assoc. data of non-word-multiple
|
* i.e. using assoc. data of non-word-multiple
|
||||||
|
Loading…
Reference in New Issue
Block a user