hc
2023-12-11 1f93a7dfd1f8d5ff7a5c53246c7534fe2332d6f4
kernel/drivers/usb/usbip/vudc_transfer.c
....@@ -404,7 +404,7 @@
404404 * for now, give unlimited bandwidth
405405 */
406406 limit += urb->transfer_buffer_length;
407
- /* fallthrough */
407
+ fallthrough;
408408 default:
409409 treat_control_like_bulk:
410410 total -= transfer(udc, urb, ep, limit);
....@@ -479,7 +479,7 @@
479479 return;
480480 case VUDC_TR_IDLE:
481481 t->state = VUDC_TR_RUNNING;
482
- /* fallthrough */
482
+ fallthrough;
483483 case VUDC_TR_STOPPED:
484484 /* we may want to kick timer to unqueue urbs */
485485 mod_timer(&t->timer, time);