selftests: net: add missing config for big tcp tests
[platform/kernel/linux-rpi.git] / include / video / sticore.h
index 945ad60..012b5b4 100644 (file)
@@ -232,7 +232,7 @@ struct sti_rom_font {
         u8 height;
         u8 font_type;          /* language type */
         u8 bytes_per_char;
-       u32 next_font;
+       s32 next_font;          /* note: signed int */
         u8 underline_height;
         u8 underline_pos;
         u8 res008[2];