[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <45835aa25b4574732d8d4eb4dfd5b7f89af66f58.camel@intel.com>
Date: Wed, 17 Apr 2024 01:57:36 +0000
From: "Zhang, Rui" <rui.zhang@...el.com>
To: "rafael@...nel.org" <rafael@...nel.org>
CC: "linux-pm@...r.kernel.org" <linux-pm@...r.kernel.org>, "Wysocki, Rafael J"
<rafael.j.wysocki@...el.com>, "linux-kernel@...r.kernel.org"
<linux-kernel@...r.kernel.org>, "Pandruvada, Srinivas"
<srinivas.pandruvada@...el.com>
Subject: Re: [PATCH V2 1/3] powercap: intel_rapl: Sort header files
On Tue, 2024-04-16 at 16:01 +0200, Rafael J. Wysocki wrote:
> On Mon, Apr 8, 2024 at 5:51 AM Zhang Rui <rui.zhang@...el.com> wrote:
> >
> > Sort header files alphabetically.
> >
> > Signed-off-by: Zhang Rui <rui.zhang@...el.com>
> > ---
> > drivers/powercap/intel_rapl_common.c | 24 ++++++++++++------------
> > 1 file changed, 12 insertions(+), 12 deletions(-)
> >
> > diff --git a/drivers/powercap/intel_rapl_common.c
> > b/drivers/powercap/intel_rapl_common.c
> > index a28d54fd5222..1f4a7aa12d77 100644
> > --- a/drivers/powercap/intel_rapl_common.c
> > +++ b/drivers/powercap/intel_rapl_common.c
> > @@ -5,27 +5,27 @@
> > */
> > #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
> >
> > +#include <linux/bitmap.h>
> > #include <linux/cleanup.h>
> > +#include <linux/cpu.h>
> > +#include <linux/delay.h>
> > +#include <linux/device.h>
> > +#include <linux/intel_rapl.h>
> > #include <linux/kernel.h>
> > -#include <linux/module.h>
> > #include <linux/list.h>
> > -#include <linux/types.h>
> > -#include <linux/device.h>
> > -#include <linux/slab.h>
> > #include <linux/log2.h>
> > -#include <linux/bitmap.h>
> > -#include <linux/delay.h>
> > -#include <linux/sysfs.h>
> > -#include <linux/cpu.h>
> > +#include <linux/module.h>
> > +#include <linux/platform_device.h>
> > #include <linux/powercap.h>
> > -#include <linux/suspend.h>
> > -#include <linux/intel_rapl.h>
> > #include <linux/processor.h>
> > -#include <linux/platform_device.h>
> > +#include <linux/slab.h>
> > +#include <linux/suspend.h>
> > +#include <linux/sysfs.h>
> > +#include <linux/types.h>
> >
> > -#include <asm/iosf_mbi.h>
> > #include <asm/cpu_device_id.h>
> > #include <asm/intel-family.h>
> > +#include <asm/iosf_mbi.h>
> >
> > /* bitmasks for RAPL MSRs, used by primitive access functions */
> > #define ENERGY_STATUS_MASK 0xffffffff
> > --
>
> I can apply this cleanup right away, so do you want me to do that?
yes, please. thanks!
-rui
Powered by blists - more mailing lists