Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

crypto: tools/ccp - Remove unused variable

the variable is never referenced in the code, just remove them.

Signed-off-by: Zhu Jun <zhujun2@cmss.chinamobile.com>
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Zhu Jun and committed by
Herbert Xu
9a7db819 7f60adff

-1
-1
tools/crypto/ccp/dbc.c
··· 57 57 .msg_index = msg_index, 58 58 .param = *data, 59 59 }; 60 - int ret; 61 60 62 61 assert(signature); 63 62 assert(data);