[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200415151342.00db4a08@lwn.net>
Date: Wed, 15 Apr 2020 15:13:42 -0600
From: Jonathan Corbet <corbet@....net>
To: Tiezhu Yang <yangtiezhu@...ngson.cn>
Cc: Mauro Carvalho Chehab <mchehab@...nel.org>,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
Xuefeng Li <lixuefeng@...ngson.cn>
Subject: Re: [PATCH] scripts: documentation-file-ref-check: Add line break
before exit
On Tue, 14 Apr 2020 17:41:48 +0800
Tiezhu Yang <yangtiezhu@...ngson.cn> 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@...alhost linux-5.7-rc1]$ ./scripts/documentation-file-ref-check
> Warning: can't check if file exists, as this is not a git tree[loongson@...alhost linux-5.7-rc1]$
>
> With this patch:
>
> [loongson@...alhost linux-5.7-rc1]$ ./scripts/documentation-file-ref-check
> Warning: can't check if file exists, as this is not a git tree
> [loongson@...alhost linux-5.7-rc1]$
>
> Signed-off-by: Tiezhu Yang <yangtiezhu@...ngson.cn>
Applied, thanks.
jon
Powered by blists - more mailing lists