[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20231116083225.89978-1-qiuxu.zhuo@intel.com>
Date: Thu, 16 Nov 2023 16:32:25 +0800
From: Qiuxu Zhuo <qiuxu.zhuo@...el.com>
To: andriy.shevchenko@...ux.intel.com
Cc: bp@...en8.de, james.morse@....com, linux-edac@...r.kernel.org,
linux-kernel@...r.kernel.org, mchehab@...nel.org, rric@...nel.org,
tony.luck@...el.com, qiuxu.zhuo@...el.com
Subject: [PATCH v1 3/3] EDAC, pnd2: Sort headers alphabetically
> From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
> ...
>
> Sort the headers in alphabetic order in order to ease
> the maintenance for this part.
This patch LGTM. Thanks!
Reviewed-by: Qiuxu Zhuo <qiuxu.zhuo@...el.com>
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
> ---
> drivers/edac/pnd2_edac.c | 19 ++++++++++---------
> 1 file changed, 10 insertions(+), 9 deletions(-)
>
> diff --git a/drivers/edac/pnd2_edac.c b/drivers/edac/pnd2_edac.c
> index 676e02c8dc43..1bbedd59e36b 100644
> --- a/drivers/edac/pnd2_edac.c
> +++ b/drivers/edac/pnd2_edac.c
> @@ -16,19 +16,20 @@
> * rank, bank, row and column using the appropriate "dunit_ops" functions/parameters.
> */
>
> -#include <linux/module.h>
> -#include <linux/init.h>
> -#include <linux/pci.h>
> -#include <linux/pci_ids.h>
> -#include <linux/slab.h>
> +#include <linux/bitmap.h>
> #include <linux/delay.h>
> #include <linux/edac.h>
> -#include <linux/mmzone.h>
> -#include <linux/sizes.h>
> -#include <linux/smp.h>
> -#include <linux/bitmap.h>
> +#include <linux/init.h>
> #include <linux/math64.h>
> +#include <linux/mmzone.h>
> #include <linux/mod_devicetable.h>
> +#include <linux/module.h>
> +#include <linux/pci.h>
> +#include <linux/pci_ids.h>
> +#include <linux/sizes.h>
> +#include <linux/slab.h>
> +#include <linux/smp.h>
> +
> #include <linux/platform_data/x86/p2sb.h>
>
> #include <asm/cpu_device_id.h>
Powered by blists - more mailing lists