hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/drivers/net/phy/mdio-boardinfo.c
....@@ -1,10 +1,6 @@
1
+// SPDX-License-Identifier: GPL-2.0+
12 /*
23 * mdio-boardinfo - Collect pre-declarations for MDIO devices
3
- *
4
- * This program is free software; you can redistribute it and/or modify it
5
- * under the terms of the GNU General Public License as published by the
6
- * Free Software Foundation; either version 2 of the License, or (at your
7
- * option) any later version.
84 */
95
106 #include <linux/kernel.h>
....@@ -21,7 +17,8 @@
2117 /**
2218 * mdiobus_setup_mdiodev_from_board_info - create and setup MDIO devices
2319 * from pre-collected board specific MDIO information
24
- * @mdiodev: MDIO device pointer
20
+ * @bus: Bus the board_info belongs to
21
+ * @cb: Callback to create device on bus
2522 * Context: can sleep
2623 */
2724 void mdiobus_setup_mdiodev_from_board_info(struct mii_bus *bus,