hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/usb/renesas_usbhs/pipe.c
....@@ -308,7 +308,7 @@
308308 switch (pid) {
309309 case PID_STALL11:
310310 usbhsp_pipectrl_set(pipe, PID_MASK, PID_STALL10);
311
- /* fall-through */
311
+ fallthrough;
312312 case PID_STALL10:
313313 usbhsp_pipectrl_set(pipe, PID_MASK, PID_NAK);
314314 }