From: Thomas Zimmermann Date: Tue, 9 Sep 2025 12:44:41 +0000 (+0200) Subject: fbcon: Fix empty lines in fbcon.h X-Git-Tag: v6.19-rc1~157^2~24^2~91 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=20fd6b1bb43e01744334962646008289bf7fdf9e;p=thirdparty%2Flinux.git fbcon: Fix empty lines in fbcon.h Add and remove empty lines as necessary to fix coding style. No functional changes. Signed-off-by: Thomas Zimmermann Reviewed-by: Sam Ravnborg Link: https://lore.kernel.org/r/20250909124616.143365-2-tzimmermann@suse.de --- diff --git a/drivers/video/fbdev/core/fbcon.h b/drivers/video/fbdev/core/fbcon.h index 4d97e6d8a16a2..c535d8f843561 100644 --- a/drivers/video/fbdev/core/fbcon.h +++ b/drivers/video/fbdev/core/fbcon.h @@ -87,6 +87,7 @@ struct fbcon_ops { u32 cursor_size; u32 fd_size; }; + /* * Attribute Decoding */ @@ -106,7 +107,6 @@ struct fbcon_ops { ((s) & 0x400) #define attr_blink(s) \ ((s) & 0x8000) - static inline int mono_col(const struct fb_info *info) {