kernel/drivers/staging/greybus/gbphy.h
.. .. @@ -1,4 +1,4 @@ 1 -// SPDX-License-Identifier: GPL-2.01 +/* SPDX-License-Identifier: GPL-2.0 */2 2 /* 3 3 * Greybus Bridged-Phy Bus driver 4 4 * .. .. @@ -36,9 +36,9 @@ 36 36 37 37 struct gbphy_driver { 38 38 const char *name; 39 - int (*probe)(struct gbphy_device *,39 + int (*probe)(struct gbphy_device *device,40 40 const struct gbphy_device_id *id); 41 - void (*remove)(struct gbphy_device *);41 + void (*remove)(struct gbphy_device *device);42 42 const struct gbphy_device_id *id_table; 43 43 44 44 struct device_driver driver;