Hi Reinette, On 5/22/25 15:52, Reinette Chatre wrote: > Hi Babu, > > On 5/15/25 3:51 PM, Babu Moger wrote: > >> diff --git a/include/linux/resctrl.h b/include/linux/resctrl.h >> index 9ba771f2ddea..2a8fa454d3e6 100644 >> --- a/include/linux/resctrl.h >> +++ b/include/linux/resctrl.h >> @@ -255,40 +255,48 @@ enum resctrl_schema_fmt { >> RESCTRL_SCHEMA_RANGE, >> }; >> >> +/** >> + * struct resctrl_mon - Monitoring related data of a resctrl resource >> + * @num_rmid: Number of RMIDs available >> + * @mbm_cfg_mask: Bandwidth sources that can be tracked when bandwidth >> + * monitoring events can be configured. >> + * @evt_list: List of monitoring events >> + */ > > Nit: this new comment portion can start with a clean slate by all sentences > having good structure by starting with upper case and ending with period. Sure. Will do. -- Thanks Babu Moger