[<prev] [next>] [day] [month] [year] [list]
Message-ID: <f0f447a2-a357-51d8-330e-3eee0dd777f6@infradead.org>
Date:   Mon, 11 Jan 2021 21:12:03 -0800
From:   Randy Dunlap <rdunlap@...radead.org>
To:     "Gustavo A. R. Silva" <gustavo@...eddedor.com>,
        Bhaskar Chowdhury <unixbhaskar@...il.com>,
        fenghua.yu@...el.com, reinette.chatre@...el.com,
        tglx@...utronix.de, mingo@...hat.com, bp@...en8.de, x86@...nel.org,
        hpa@...or.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] arch: x866: kernel: cpu: Take away a single latter to
 match the structure member below
On 1/11/21 9:10 PM, Gustavo A. R. Silva wrote:
> 
> The subject line contains a typo:
> 
> s/latter/letter
> 
> --
> Gustavo
> 
> On 1/11/21 23:01, Bhaskar Chowdhury wrote:
>> s/kernlfs/kernfs/p
>>
>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
>> ---
>>  arch/x86/kernel/cpu/resctrl/internal.h | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/arch/x86/kernel/cpu/resctrl/internal.h b/arch/x86/kernel/cpu/resctrl/internal.h
>> index ee71c47844cb..3bfca0bebf56 100644
>> --- a/arch/x86/kernel/cpu/resctrl/internal.h
>> +++ b/arch/x86/kernel/cpu/resctrl/internal.h
>> @@ -142,7 +142,7 @@ enum rdtgrp_mode {
>>
>>  /**
>>   * struct mongroup - store mon group's data in resctrl fs.
>> - * @mon_data_kn		kernlfs node for the mon_data directory
>> + * @mon_data_kn		kernfs node for the mon_data directory
and that should have an ending colon, as:
 * @mon_data_kn:		blah blah
>>   * @parent:			parent rdtgrp
>>   * @crdtgrp_list:		child rdtgroup node list
>>   * @rmid:			rmid for this rdtgroup
-- 
~Randy
Powered by blists - more mailing lists