diff options
| author | Thomas Zimmermann <tzimmermann@suse.de> | 2025-09-09 15:44:41 +0300 |
|---|---|---|
| committer | Thomas Zimmermann <tzimmermann@suse.de> | 2025-09-19 11:04:01 +0300 |
| commit | 20fd6b1bb43e01744334962646008289bf7fdf9e (patch) | |
| tree | 75f955ba09bb40f1097da9b4cc5f7ce1e42d8601 | |
| parent | e12e983a9c8a9905ae98ae001c6b17fa10677d11 (diff) | |
| download | linux-20fd6b1bb43e01744334962646008289bf7fdf9e.tar.xz | |
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 <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://lore.kernel.org/r/20250909124616.143365-2-tzimmermann@suse.de
| -rw-r--r-- | drivers/video/fbdev/core/fbcon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/core/fbcon.h b/drivers/video/fbdev/core/fbcon.h index 4d97e6d8a16a..c535d8f84356 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) { |
