mirror of https://github.com/ipxe/ipxe.git
[mii] Fix typo in parameter name
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/72/merge
parent
e901e6b73b
commit
6047b7ca7a
|
@ -68,7 +68,7 @@ mdio_init ( struct mii_interface *mdio, struct mii_operations *op ) {
|
|||
* Initialise MII device
|
||||
*
|
||||
* @v mii MII device
|
||||
* @v mii MII interface
|
||||
* @v mdio MII interface
|
||||
* @v address PHY address
|
||||
*/
|
||||
static inline __attribute__ (( always_inline )) void
|
||||
|
|
Loading…
Reference in New Issue