kernel/drivers/usb/gadget/function/f_rndis.c
.. .. @@ -428,7 +428,7 @@ 428 428 DBG(cdev, "RNDIS %s response error %d, %d/%d\n", 429 429 ep->name, status, 430 430 req->actual, req->length); 431 - /* FALLTHROUGH */431 + fallthrough;432 432 case 0: 433 433 if (ep != rndis->notify) 434 434 break;