[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] crypto: Fix some code style problems, add spaces around oper
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH] crypto: Fix some code style problems, add spaces around operator |
Date: |
Mon, 7 Dec 2020 11:10:10 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 |
On 12/7/20 9:37 AM, shiliyang wrote:
> 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 '|'
>
> Signed-off-by: Liyang Shi <shiliyang@huawei.com>
> ---
> crypto/aes.c | 2 +-
> crypto/desrfb.c | 2 +-
> crypto/tlscredsx509.c | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>