Fix coding style. No functional changes.

Signed-off-by: Thomas Zimmermann <[email protected]>
---
 include/linux/console_struct.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/console_struct.h b/include/linux/console_struct.h
index 13b35637bd5a..ebdb9750d348 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 */
-- 
2.52.0

Reply via email to