]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit - crypto/testmgr.c
crypto: testmgr - remove unused function argument
authorCristian Stoica <cristian.stoica@freescale.com>
Fri, 8 Aug 2014 09:30:04 +0000 (12:30 +0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 25 Aug 2014 12:32:32 +0000 (20:32 +0800)
commitd4c85f9bb53f25491524839ab1610b30810ab898
tree37849392573ec30e99c2a428696759adec54a377
parentad61e042e9151b55b393d5875e467e7fe0c7470c
crypto: testmgr - remove unused function argument

The argument "req" of do_one_async_hash_op is not used by the
function. This patch removes this argument and renames the
function to match more closely its purpose.

Signed-off-by: Cristian Stoica <cristian.stoica@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/testmgr.c