Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

vt: Remove trailing whitespaces

Fix coding style. No functional changes.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Helge Deller <deller@gmx.de>

authored by

Thomas Zimmermann and committed by
Helge Deller
982f8b00 b9e0180b

+1 -1
+1 -1
include/linux/console_struct.h
··· 120 120 unsigned short vc_complement_mask; /* [#] Xor mask for mouse pointer */ 121 121 unsigned short vc_s_complement_mask; /* Saved mouse pointer mask */ 122 122 unsigned long vc_pos; /* Cursor address */ 123 - /* fonts */ 123 + /* fonts */ 124 124 unsigned short vc_hi_font_mask; /* [#] Attribute set for upper 256 chars of font or 0 if not supported */ 125 125 struct console_font vc_font; /* Current VC font set */ 126 126 unsigned short vc_video_erase_char; /* Background erase character */