Re: [PATCH] ata: "foo * bar" should be "foo *bar"
From: Sergey Shtylyov
Date: Tue Jul 18 2023 - 06:08:20 EST
Your subject should look like:
ata: pata_serverworks: "foo * bar" should be "foo *bar"
> This patch fixes the checkpatch.pl error:
>
> ./drivers/ata/pata_serverworks.c:305: ERROR: "foo * bar" should be "foo *bar"
>
> Signed-off-by: Yu Han <hanyu001@xxxxxxxxxx>
Aside from the issue with the subject:
Reviewed-by: Sergey Shtylyov <s.shtylyov@xxxxxx>
MBR, Sergey