[PATCH] fbdev: svgalib: Clean up coding style

Helge Deller deller at gmx.de
Sun Jul 27 18:00:05 UTC 2025


On 7/21/25 14:56, Darshan R. wrote:
> This patch addresses various coding style issues in `svgalib.c` to improve readability and better align the code with the Linux kernel's formatting standards.
> 
> The changes primarily consist of:
> - Adjusting whitespace around operators and after keywords.
> - Standardizing brace placement for control flow statements.
> - Removing unnecessary braces on single-statement if/else blocks.
> - Deleting extraneous blank lines throughout the file.
> 
> These changes are purely stylistic and introduce no functional modifications.
> 
> Signed-off-by: Darshan R. <rathod.darshan.0896 at gmail.com>
> ---
>   drivers/video/fbdev/core/svgalib.c | 95 +++++++++++++-----------------
>   1 file changed, 42 insertions(+), 53 deletions(-)

applied.

Thanks!
Helge


More information about the dri-devel mailing list