Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[mii] Fix typo in parameter name
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Apr 20, 2018
1 parent e901e6b commit 6047b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/ipxe/mii.h
Expand Up @@ -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
Expand Down

0 comments on commit 6047b7c

Please sign in to comment.