kernel/drivers/usb/atm/usbatm.h
.. .. @@ -1,4 +1,4 @@ 1 -// SPDX-License-Identifier: GPL-2.0+1 +/* SPDX-License-Identifier: GPL-2.0+ */2 2 /****************************************************************************** 3 3 * usbatm.h - Generic USB xDSL driver core 4 4 * .. .. @@ -164,7 +164,7 @@ 164 164 unsigned char *cell_buf; /* holds partial rx cell */ 165 165 unsigned int buf_usage; 166 166 167 - struct urb *urbs[0];167 + struct urb *urbs[];168 168 }; 169 169 170 170 static inline void *to_usbatm_driver_data(struct usb_interface *intf)