Re: [PATCH V4] arch: kernel: cpu: x86/resctrl: Takes a letter away and append a colon to match below struct member

2021-01-13 Thread Fenghua Yu
On Wed, Jan 13, 2021 at 07:33:33AM +0530, Bhaskar Chowdhury wrote: > s/kernlfs/kernfs/ > s/@mon_data_kn/@mon_data_kn:/ May change the message to describe the problems like: Fix typo "kernlfs" and add missing ":" to match with other comments. > > Signed-off-by: Bhaskar Chowdhury > --- >

Re: [PATCH V4] arch: kernel: cpu: x86/resctrl: Takes a letter away and append a colon to match below struct member

2021-01-13 Thread Reinette Chatre
Hi Bhaskar, The prefix in the subject line should be "x86/resctrl:" only. The subject line could be (also taking liberty to shorten it here): x86/resctrl: Fix typo and append a colon to match struct member I would like to repeat my suggestion made in response to your previous version,

Re: [PATCH V4] arch: kernel: cpu: x86/resctrl: Takes a letter away and append a colon to match below struct member

2021-01-13 Thread Bhaskar Chowdhury
On 00:27 Wed 13 Jan 2021, Gustavo A. R. Silva wrote: On 1/12/21 20:48, Bhaskar Chowdhury wrote: On 20:24 Tue 12 Jan 2021, Gustavo A. R. Silva wrote: On 1/12/21 20:03, Bhaskar Chowdhury wrote: s/kernlfs/kernfs/ s/@mon_data_kn/@mon_data_kn:/ Signed-off-by: Bhaskar Chowdhury --- Changes

Re: [PATCH V4] arch: kernel: cpu: x86/resctrl: Takes a letter away and append a colon to match below struct member

2021-01-12 Thread Bhaskar Chowdhury
On 18:51 Tue 12 Jan 2021, Randy Dunlap wrote: On 1/12/21 6:48 PM, Bhaskar Chowdhury wrote: On 20:24 Tue 12 Jan 2021, Gustavo A. R. Silva wrote: On 1/12/21 20:03, Bhaskar Chowdhury wrote: s/kernlfs/kernfs/ s/@mon_data_kn/@mon_data_kn:/ Signed-off-by: Bhaskar Chowdhury --- Changes from V3:

Re: [PATCH V4] arch: kernel: cpu: x86/resctrl: Takes a letter away and append a colon to match below struct member

2021-01-12 Thread Randy Dunlap
On 1/12/21 6:48 PM, Bhaskar Chowdhury wrote: > On 20:24 Tue 12 Jan 2021, Gustavo A. R. Silva wrote: >> >> >> On 1/12/21 20:03, Bhaskar Chowdhury wrote: >>> s/kernlfs/kernfs/ >>> s/@mon_data_kn/@mon_data_kn:/ >>> >>> Signed-off-by: Bhaskar Chowdhury >>> --- >>> Changes from V3: Fix the subject

Re: [PATCH V4] arch: kernel: cpu: x86/resctrl: Takes a letter away and append a colon to match below struct member

2021-01-12 Thread Bhaskar Chowdhury
On 20:24 Tue 12 Jan 2021, Gustavo A. R. Silva wrote: On 1/12/21 20:03, Bhaskar Chowdhury wrote: s/kernlfs/kernfs/ s/@mon_data_kn/@mon_data_kn:/ Signed-off-by: Bhaskar Chowdhury --- Changes from V3: Fix the subject line typo stuc to struct and mention cpu architecture ...and what changed

[PATCH V4] arch: kernel: cpu: x86/resctrl: Takes a letter away and append a colon to match below struct member

2021-01-12 Thread Bhaskar Chowdhury
s/kernlfs/kernfs/ s/@mon_data_kn/@mon_data_kn:/ Signed-off-by: Bhaskar Chowdhury --- Changes from V3: Fix the subject line typo stuc to struct and mention cpu architecture arch/x86/kernel/cpu/resctrl/internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git