Re: [PATCH 4/4 v5] cxl/test: Simulate an x86 Low Memory Hole for tests
From: Alison Schofield
Date: Wed Oct 08 2025 - 23:34:58 EST
On Tue, Oct 07, 2025 at 01:37:29PM -0700, Dave Jiang wrote:
>
snip
>
> > diff --git a/drivers/cxl/core/platform_quirks.c b/drivers/cxl/core/platform_quirks.c
> > index 7e76e392b1ae..aecd376f2766 100644
> > --- a/drivers/cxl/core/platform_quirks.c
> > +++ b/drivers/cxl/core/platform_quirks.c
> > @@ -1,20 +1,23 @@
> > -// SPDX-License-Identifier: GPL-2.0-only
> > +/* SPDX-License-Identifier: GPL-2.0-only */
> > +/* Copyright(c) 2025 Intel Corporation. */
>
> This change should've happened when the file was first introduced earlier.
>
> DJ
It's also a checkpatch WARNING. Need to keep the // style.
>