projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e12e983
)
fbcon: Fix empty lines in fbcon.h
author
Thomas Zimmermann
<tzimmermann@suse.de>
Tue, 9 Sep 2025 12:44:41 +0000
(14:44 +0200)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/drivers/video/fbdev/core/fbcon.h
b/drivers/video/fbdev/core/fbcon.h
index
4d97e6d
..
c535d8f
100644
(file)
--- 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)
{