]> Gentwo Git Trees - linux/.git/commitdiff
fbcon: Fix empty lines in fbcon.h
authorThomas Zimmermann <tzimmermann@suse.de>
Tue, 9 Sep 2025 12:44:41 +0000 (14:44 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Fri, 19 Sep 2025 08:04:01 +0000 (10:04 +0200)
Add and remove empty lines as necessary to fix coding style. No
functional changes.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://lore.kernel.org/r/20250909124616.143365-2-tzimmermann@suse.de
drivers/video/fbdev/core/fbcon.h

index 4d97e6d8a16a2424631ae0b337ff8ca114349282..c535d8f84356112ac86cd6ec6a5e42a1ffae68c5 100644 (file)
@@ -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)
 {