Re: [External] : [PATCH v12 8/8] platform/x86: asus-armoury: add ppt_* and nv_* tuning knobs

From: Denis Benato
Date: Sun Oct 05 2025 - 08:33:03 EST



On 10/5/25 14:30, ALOK TIWARI wrote:
>
>
> On 10/5/2025 5:52 PM, Denis Benato wrote:
>> On 10/4/25 13:42, ALOK TIWARI wrote:
>>>
>>> On 10/4/2025 12:25 AM, Denis Benato wrote:
>>>> +struct power_data {
>>>> +        const struct power_limits *ac_data;
>>>> +        const struct power_limits *dc_data;
>>>> +        bool requires_fan_curve;
>>>> +};
>>>> +
>>>> +/*
>>>> + * For each avilable attribute there must be a min and a max.
>>> typo  avilable > + * _def is not required and will be assumed to be default == max if missing.
>> Hello and thanks for your suggestions!
>> I am not understanding if you are suggesting of just fixing the typo or changing the phrasing.
>>
>> Thanks,
>> Denis
>
> only avilable -> available. 
>
Perfect, thanks. Typo fixed and new version coming in a few days to give others time to review.

 

> Oops, I had a typo in my previous reply :)
>
> Thanks,
> Alok