crypto: Fix some code style problems, add spaces around operator
authorshiliyang <shiliyang@huawei.com>
Mon, 7 Dec 2020 08:37:25 +0000 (16:37 +0800)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 29 Jan 2021 17:07:53 +0000 (17:07 +0000)
commit8573431b9c83a18a35d69e74d14f5055a07b23fc
treedf0762ad82f93174b1b525cc81990146ed82656a
parent5101d00d2f1138a73344dc4833587f76d7a5fa5c
crypto: Fix some code style problems, add spaces around operator

This patch fixes error style problems found by checkpatch.pl:
ERROR: spaces required around that '*'
ERROR: space required after that ','
ERROR: spaces required around that '|'

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Liyang Shi <shiliyang@huawei.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
crypto/aes.c
crypto/desrfb.c
crypto/tlscredsx509.c