[PATCH 1/2] mtd: spi-nor: sort headers alphabetically

Tudor Ambarus posted 2 patches 10 months, 1 week ago
[PATCH 1/2] mtd: spi-nor: sort headers alphabetically
Posted by Tudor Ambarus 10 months, 1 week ago
Sorting headers alphabetically helps locating duplicates,
and makes it easier to figure out where to insert new headers.

Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
---
 drivers/mtd/spi-nor/core.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/mtd/spi-nor/core.c b/drivers/mtd/spi-nor/core.c
index 19eb98bd6821..1bb4a500be6e 100644
--- a/drivers/mtd/spi-nor/core.c
+++ b/drivers/mtd/spi-nor/core.c
@@ -7,10 +7,10 @@
  * Copyright (C) 2014, Freescale Semiconductor, Inc.
  */
 
-#include <linux/err.h>
-#include <linux/errno.h>
 #include <linux/delay.h>
 #include <linux/device.h>
+#include <linux/err.h>
+#include <linux/errno.h>
 #include <linux/math64.h>
 #include <linux/module.h>
 #include <linux/mtd/mtd.h>

-- 
2.48.1.502.g6dc24dfdaf-goog
Re: [PATCH 1/2] mtd: spi-nor: sort headers alphabetically
Posted by Pratyush Yadav 10 months ago
On Tue, Feb 11 2025, Tudor Ambarus wrote:

> Sorting headers alphabetically helps locating duplicates,
> and makes it easier to figure out where to insert new headers.

Series applied to spi-nor/next. Thanks!

-- 
Regards,
Pratyush Yadav
Re: [PATCH 1/2] mtd: spi-nor: sort headers alphabetically
Posted by Pratyush Yadav 10 months, 1 week ago
On Tue, Feb 11 2025, Tudor Ambarus wrote:

> Sorting headers alphabetically helps locating duplicates,
> and makes it easier to figure out where to insert new headers.
>
> Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>

Reviewed-by: Pratyush Yadav <pratyush@kernel.org>

-- 
Regards,
Pratyush Yadav