From: Thomas Zimmermann Date: Mon, 9 Mar 2026 14:14:44 +0000 (+0100) Subject: vt: Remove trailing whitespaces X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=982f8b002aadef2b5169147b3a60a9eb62f908df;p=thirdparty%2Fkernel%2Flinux.git vt: Remove trailing whitespaces Fix coding style. No functional changes. Signed-off-by: Thomas Zimmermann Signed-off-by: Helge Deller --- diff --git a/include/linux/console_struct.h b/include/linux/console_struct.h index 13b35637bd5ae..ebdb9750d348f 100644 --- a/include/linux/console_struct.h +++ b/include/linux/console_struct.h @@ -120,7 +120,7 @@ struct vc_data { unsigned short vc_complement_mask; /* [#] Xor mask for mouse pointer */ unsigned short vc_s_complement_mask; /* Saved mouse pointer mask */ unsigned long vc_pos; /* Cursor address */ - /* fonts */ + /* fonts */ unsigned short vc_hi_font_mask; /* [#] Attribute set for upper 256 chars of font or 0 if not supported */ struct console_font vc_font; /* Current VC font set */ unsigned short vc_video_erase_char; /* Background erase character */