We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbaab94 commit e5b9f4bCopy full SHA for e5b9f4b
drivers/tty/tty_io.c
@@ -2683,15 +2683,15 @@ struct serial_struct32 {
2683
compat_int_t baud_base;
2684
unsigned short close_delay;
2685
char io_type;
2686
- char reserved_char[1];
+ char reserved_char;
2687
compat_int_t hub6;
2688
unsigned short closing_wait; /* time to wait before closing */
2689
unsigned short closing_wait2; /* no longer used... */
2690
compat_uint_t iomem_base;
2691
unsigned short iomem_reg_shift;
2692
unsigned int port_high;
2693
/* compat_ulong_t iomap_base FIXME */
2694
- compat_int_t reserved[1];
+ compat_int_t reserved;
2695
};
2696
2697
static int compat_tty_tiocsserial(struct tty_struct *tty,
0 commit comments