forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
kernel/drivers/staging/greybus/gbphy.h
....@@ -1,4 +1,4 @@
1
-// SPDX-License-Identifier: GPL-2.0
1
+/* SPDX-License-Identifier: GPL-2.0 */
22 /*
33 * Greybus Bridged-Phy Bus driver
44 *
....@@ -36,9 +36,9 @@
3636
3737 struct gbphy_driver {
3838 const char *name;
39
- int (*probe)(struct gbphy_device *,
39
+ int (*probe)(struct gbphy_device *device,
4040 const struct gbphy_device_id *id);
41
- void (*remove)(struct gbphy_device *);
41
+ void (*remove)(struct gbphy_device *device);
4242 const struct gbphy_device_id *id_table;
4343
4444 struct device_driver driver;