]> Git Repo - qemu.git/commit
crypto: Make errp the last parameter of functions
authorFam Zheng <[email protected]>
Fri, 21 Apr 2017 12:27:02 +0000 (20:27 +0800)
committerMarkus Armbruster <[email protected]>
Mon, 24 Apr 2017 07:13:22 +0000 (09:13 +0200)
commit375092332eeaa6e47561ce47fd36144cdaf964d0
tree88ad159539d14fcd35c6223cbd602698ba684037
parent9217283dc8ce48688ea0556763574c0333faf79c
crypto: Make errp the last parameter of functions

Move opaque to 2nd instead of the 2nd to last, so that compilers help
check with the conversion.

Signed-off-by: Fam Zheng <[email protected]>
Message-Id: <20170421122710[email protected]>
Reviewed-by: Markus Armbruster <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
[Commit message typo corrected]
Signed-off-by: Markus Armbruster <[email protected]>
block/crypto.c
crypto/block-luks.c
include/crypto/block.h
tests/test-crypto-block.c
This page took 0.027686 seconds and 4 git commands to generate.