mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
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
This commit is contained in:
parent
e12e983a9c
commit
20fd6b1bb4
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user