Re: [PATCH v2 4/5] fbdev/simplefb: Sort headers correctly

2025-09-22 Thread Luca Weiss
Hi all, On Fri Jun 27, 2025 at 9:52 AM CEST, Javier Martinez Canillas wrote: > Luca Weiss writes: > >> Make sure the headers are sorted alphabetically to ensure consistent >> code. >> >> Signed-off-by: Luca Weiss >> --- > > Reviewed-by: Javier Martinez Canillas While there's still some open qu

Re: [PATCH v2 4/5] fbdev/simplefb: Sort headers correctly

2025-06-27 Thread Javier Martinez Canillas
Luca Weiss writes: > Make sure the headers are sorted alphabetically to ensure consistent > code. > > Signed-off-by: Luca Weiss > --- Reviewed-by: Javier Martinez Canillas -- Best regards, Javier Martinez Canillas Core Platforms Red Hat

Re: [PATCH v2 4/5] fbdev/simplefb: Sort headers correctly

2025-06-27 Thread Thomas Zimmermann
Am 23.06.25 um 08:44 schrieb Luca Weiss: Make sure the headers are sorted alphabetically to ensure consistent code. Signed-off-by: Luca Weiss Reviewed-by: Thomas Zimmermann --- drivers/video/fbdev/simplefb.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dr

[PATCH v2 4/5] fbdev/simplefb: Sort headers correctly

2025-06-22 Thread Luca Weiss
Make sure the headers are sorted alphabetically to ensure consistent code. Signed-off-by: Luca Weiss --- drivers/video/fbdev/simplefb.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/video/fbdev/simplefb.c b/drivers/video/fbdev/simplefb.c index be95fcddce4c8ca