Re: [PATCH] scripts: documentation-file-ref-check: Add line break before exit

From: Jonathan Corbet
Date: Wed Apr 15 2020 - 17:13:51 EST


On Tue, 14 Apr 2020 17:41:48 +0800
Tiezhu Yang <yangtiezhu@xxxxxxxxxxx> wrote:

> If execute ./scripts/documentation-file-ref-check in a directory which is
> not a git tree, it will exit without a line break, fix it.
>
> Without this patch:
>
> [loongson@localhost linux-5.7-rc1]$ ./scripts/documentation-file-ref-check
> Warning: can't check if file exists, as this is not a git tree[loongson@localhost linux-5.7-rc1]$
>
> With this patch:
>
> [loongson@localhost linux-5.7-rc1]$ ./scripts/documentation-file-ref-check
> Warning: can't check if file exists, as this is not a git tree
> [loongson@localhost linux-5.7-rc1]$
>
> Signed-off-by: Tiezhu Yang <yangtiezhu@xxxxxxxxxxx>

Applied, thanks.

jon