kernel/drivers/usb/serial/upd78f0730.c
.. .. @@ -332,7 +332,7 @@ 332 332 tty->termios.c_cflag &= ~CSIZE; 333 333 tty->termios.c_cflag |= CS8; 334 334 dev_warn(dev, "data size is not supported, using 8 bits\n"); 335 - /* fall through */335 + fallthrough;336 336 case CS8: 337 337 request.params |= UPD78F0730_DATA_SIZE_8_BITS; 338 338 dev_dbg(dev, "%s - 8 data bits\n", __func__);