Re: [PATCH] ata: remove whitespace after '(' and before ')'

From: Sergey Shtylyov
Date: Tue Jul 18 2023 - 05:44:20 EST


On 7/18/23 12:12 PM, Sergei Shtylyov wrote:

>> This patch fixes the following checkpatch errors:
>>
>> ./drivers/ata/pata_sis.c:691: ERROR: space prohibited after that open parenthesis '('
>> ./drivers/ata/pata_sis.c:691: ERROR: space prohibited before that close parenthesis ')'
>>
>> Signed-off-by: Yu Han <    hanyu001@xxxxxxxxxx>
>
> What happened to your email? :-)
>
> Reviewed-by: Sergey Shtylyov <s.shtylyov@xxxxxx>
>
> Altho I'm not sure whether Damien would want to apply that...

Oh, and the subject should look like this:

ata: pata_sis: remove whitespace after '(' and before ')'

MBR, Sergey