[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <dae23faf-577a-182d-537a-70acb9e0dcfa@intel.com>
Date: Fri, 15 Sep 2023 13:13:20 -0700
From: "Joseph, Jithu" <jithu.joseph@...el.com>
To: Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>
CC: <hdegoede@...hat.com>, <markgross@...nel.org>,
<tglx@...utronix.de>, <mingo@...hat.com>, <bp@...en8.de>,
<dave.hansen@...ux.intel.com>, <x86@...nel.org>, <hpa@...or.com>,
<rostedt@...dmis.org>, <ashok.raj@...el.com>,
<tony.luck@...el.com>, <linux-kernel@...r.kernel.org>,
<platform-driver-x86@...r.kernel.org>, <patches@...ts.linux.dev>,
<ravi.v.shankar@...el.com>, <pengfei.xu@...el.com>
Subject: Re: [PATCH 10/10] platform/x86/intel/ifs: ARRAY BIST for Sierra
Forest
On 9/15/2023 10:04 AM, Ilpo Järvinen wrote:
> On Wed, 13 Sep 2023, Jithu Joseph wrote:
>
...
>> diff --git a/drivers/platform/x86/intel/ifs/runtest.c b/drivers/platform/x86/intel/ifs/runtest.c
>> index 997d2f07aa0c..9cfd5c015cb2 100644
>> --- a/drivers/platform/x86/intel/ifs/runtest.c
>> +++ b/drivers/platform/x86/intel/ifs/runtest.c
>> @@ -327,6 +327,38 @@ static void ifs_array_test_core(int cpu, struct device *dev)
>> ifsd->status = SCAN_TEST_PASS;
>> }
>>
>> +#define ARRAY_GEN1_TEST_ALL_ARRAYS (0x0ULL)
>> +#define ARRAY_GEN1_STATUS_FAIL (0x1ULL)
>
> Unnecessary parenthesis
>
noted
...
>> +
>> +static void ifs_array_test_gen1(int cpu, struct device *dev)
>> +{
>> + struct ifs_data *ifsd = ifs_get_data(dev);
>> + u64 status = 0;
>
> Just use space instead of tab.
>
Will do
Jithu
Powered by blists - more mailing lists