kernel/drivers/usb/usbip/vudc_transfer.c
.. .. @@ -404,7 +404,7 @@ 404 404 * for now, give unlimited bandwidth 405 405 */ 406 406 limit += urb->transfer_buffer_length; 407 - /* fallthrough */407 + fallthrough;408 408 default: 409 409 treat_control_like_bulk: 410 410 total -= transfer(udc, urb, ep, limit); .. .. @@ -479,7 +479,7 @@ 479 479 return; 480 480 case VUDC_TR_IDLE: 481 481 t->state = VUDC_TR_RUNNING; 482 - /* fallthrough */482 + fallthrough;483 483 case VUDC_TR_STOPPED: 484 484 /* we may want to kick timer to unqueue urbs */ 485 485 mod_timer(&t->timer, time);