[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <9100bce9-d27f-23e7-f5b5-2a6468a6b3bd@intel.com>
Date: Fri, 18 Jun 2021 13:37:08 -0700
From: Reinette Chatre <reinette.chatre@...el.com>
To: "Fabio M. De Francesco" <fmdefrancesco@...il.com>,
Fenghua Yu <fenghua.yu@...el.com>,
Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>, Borislav Petkov <bp@...en8.de>,
x86@...nel.org, "H. Peter Anvin" <hpa@...or.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v3] x86/resctrl: Fix kernel-doc in internal.h
Hi Fabio,
On 6/16/2021 11:43 AM, Fabio M. De Francesco wrote:
> @@ -78,10 +79,13 @@ struct mon_evt {
> };
>
> /**
> - * struct mon_data_bits - Monitoring details for each event file
> - * @rid: Resource id associated with the event file.
> + * union mon_data_bits - Monitoring details for each event file
> + * @priv: Used to store monitoring event data in @u
> + * as kernfs private data
> + * @rid: Resource id associated with the event file
> * @evtid: Event id associated with the event file
> * @domid: The domain to which the event file belongs
> + * @u: Name of the bit fields struct
> */
> union mon_data_bits {
> void *priv;
This hunk continues to be whitespace broken. You are adding tabs when
existing comments use spaces. Please ensure that your changes fit with
the current style in this area.
Reinette
Powered by blists - more mailing lists