* [PATCH] staging: fbtft: sort includes
@ 2026-09-14 9:07 Manuel Ebner
2026-09-14 9:33 ` Greg Kroah-Hartman
0 siblings, 1 reply; 2+ messages in thread
From: Manuel Ebner @ 2026-09-14 9:07 UTC (permalink / raw)
To: Andy Shevchenko, Greg Kroah-Hartman
Cc: Manuel Ebner, dri-devel, linux-fbdev, linux-staging, linux-kernel
Sort header files alphabetically.
Signed-off-by: Manuel Ebner <manuelebnerli@mailbox.org>
---
drivers/staging/fbtft/fb_ili9320.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/fbtft/fb_ili9320.c b/drivers/staging/fbtft/fb_ili9320.c
index 050fc2367..0f98267a7 100644
--- a/drivers/staging/fbtft/fb_ili9320.c
+++ b/drivers/staging/fbtft/fb_ili9320.c
@@ -5,11 +5,11 @@
* Copyright (C) 2013 Noralf Tronnes
*/
-#include <linux/module.h>
-#include <linux/kernel.h>
+#include <linux/delay.h>
#include <linux/init.h>
+#include <linux/kernel.h>
+#include <linux/module.h>
#include <linux/spi/spi.h>
-#include <linux/delay.h>
#include "fbtft.h"
--
2.55.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] staging: fbtft: sort includes
2026-09-14 9:07 [PATCH] staging: fbtft: sort includes Manuel Ebner
@ 2026-09-14 9:33 ` Greg Kroah-Hartman
0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2026-09-14 9:33 UTC (permalink / raw)
To: Manuel Ebner
Cc: Andy Shevchenko, dri-devel, linux-fbdev, linux-staging, linux-kernel
On Mon, Sep 14, 2026 at 11:07:32AM +0200, Manuel Ebner wrote:
> Sort header files alphabetically.
Why? You need to describe why something is needed or being done, not
just what you are doing. Please go re-read the kernel documentation for
how to write a good changelog entry to get more examples.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-09-14 9:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-14 9:07 [PATCH] staging: fbtft: sort includes Manuel Ebner
2026-09-14 9:33 ` Greg Kroah-Hartman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®