Re: [PATCH] drivers: ata: Added missing spaces

From: Sergey Shtylyov
Date: Tue Jul 18 2023 - 05:47:09 EST


You should CC me on the PATA patches.
And your subject should look like this:

ata: pata_triflex: Added missing spaces

On 7/18/23 12:12 PM, hanyu001@xxxxxxxxxx wrote:

> Added spaces needed in the proper places to address:
>
> ./drivers/ata/pata_triflex.c:88: ERROR: space required after that ';' (ctx:VxV)
> ./drivers/ata/pata_triflex.c:90: ERROR: space required after that ';' (ctx:VxV)
> ./drivers/ata/pata_triflex.c:92: ERROR: space required after that ';' (ctx:VxV)
> ./drivers/ata/pata_triflex.c:96: ERROR: space required after that ';' (ctx:VxV)
> ./drivers/ata/pata_triflex.c:98: ERROR: space required after that ';' (ctx:VxV)
> ./drivers/ata/pata_triflex.c:100: ERROR: space required after that ';' (ctx:VxV)
> ./drivers/ata/pata_triflex.c:102: ERROR: space required after that ';' (ctx:VxV)
> ./drivers/ata/pata_triflex.c:104: ERROR: space required after that ';' (ctx:VxV)
> ./drivers/ata/pata_triflex.c:106: ERROR: space required after that ';' (ctx:VxV)
>
> Signed-off-by: Yu Han <hanyu001@xxxxxxxxxx>

Aside from the issue with the subject:

Reviewed-by: Sergey Shtylyov <s.shtylyov@xxxxxx>

MBR, Sergey