forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/usb/atm/usbatm.h
....@@ -1,4 +1,4 @@
1
-// SPDX-License-Identifier: GPL-2.0+
1
+/* SPDX-License-Identifier: GPL-2.0+ */
22 /******************************************************************************
33 * usbatm.h - Generic USB xDSL driver core
44 *
....@@ -164,7 +164,7 @@
164164 unsigned char *cell_buf; /* holds partial rx cell */
165165 unsigned int buf_usage;
166166
167
- struct urb *urbs[0];
167
+ struct urb *urbs[];
168168 };
169169
170170 static inline void *to_usbatm_driver_data(struct usb_interface *intf)