Re: [PATCH 1/4] mm: fix quoted strings spliting across lines
From: Shakeel Butt
Date: Mon Nov 04 2024 - 20:56:20 EST
On Mon, Nov 04, 2024 at 02:27:34PM -0800, Keren Sun wrote:
> This patch fixes quoted strings splitting across lines in
> pr_warn_once() by putting them into one line.
>
> Signed-off-by: Keren Sun <kerensun@xxxxxxxxxx>
Other patches seems fine but personally I don't like this patch. I
would prefer a multi line string over a very long single line of string.