mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
crypto: ux500/hash - drop unexpected word "the"
there is an unexpected word "the" in the comments that need to be dropped >- * specified in the the hw design spec. Either due to incorrect info in the >+ * specified in the hw design spec. Either due to incorrect info in the Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
54a8b6802f
commit
882f0a5937
1 changed files with 1 additions and 1 deletions
|
@ -421,7 +421,7 @@ static int hash_get_device_data(struct hash_ctx *ctx,
|
|||
* @keylen: The lengt of the key.
|
||||
*
|
||||
* Note! This function DOES NOT write to the NBLW registry, even though
|
||||
* specified in the the hw design spec. Either due to incorrect info in the
|
||||
* specified in the hw design spec. Either due to incorrect info in the
|
||||
* spec or due to a bug in the hw.
|
||||
*/
|
||||
static void hash_hw_write_key(struct hash_device_data *device_data,
|
||||
|
|
Loading…
Add table
Reference in a new issue