[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221020211733.31b2ee4f81805186367304b0@linux-foundation.org>
Date: Thu, 20 Oct 2022 21:17:33 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: "Aiqun(Maria) Yu" <quic_aiquny@...cinc.com>
Cc: Matthew Wilcox <willy@...radead.org>, <ziy@...dia.com>,
<david@...hat.com>, <linux-kernel@...r.kernel.org>,
<linux-mm@...ck.org>, <mike.kravetz@...cle.com>,
<opendmb@...il.com>
Subject: Re: [PATCH] mm/page_isolation: fix clang deadcode warning
On Fri, 21 Oct 2022 11:26:22 +0800 "Aiqun(Maria) Yu" <quic_aiquny@...cinc.com> wrote:
> > Honestly, the cure is worse than the disease. I'd rather not have a
> > line that's this long.
> I don't like this long either. While the current Deadcode warning is
> also annoying for our clang tidy check.
>
> will the CONFIG check can be acceptable?
> like:
> #ifdef CONFIG_DEBUG_VM
> or
> if (IS_ENABLED(CONFIG_DEBUG_VM))
>
> Any good ideas?
Put a newline in there?
Although the shortly following lines are nearly as long...
Powered by blists - more mailing lists