Messages in this thread Patch in this message |  | | Date | Wed, 5 Sep 2001 19:50:53 +0100 (BST) | From | Ken Moffat <> | Subject | PATCH : remove documentation warnings in sis900 |
| |
Following patch removes two warnings when making kernel docs. Applies cleanly to 2.4.10-pre4 and 2.4.9-ac6.
diff -urN linux-2.4.7/drivers/net/sis900.c altered-2.4.7/drivers/net/sis900.c --- linux-2.4.7/drivers/net/sis900.c Sat Jul 21 22:48:09 2001 +++ altered-2.4.7/drivers/net/sis900.c Fri Aug 24 21:11:43 2001 @@ -600,7 +600,7 @@ /** * sis900_set_capability: - set the media capability of network adapter. * @net_dev : the net device to probe for - * @mii_phy : default PHY + * @phy : default PHY * * Set the media capability of network adapter according to * mii status register. It's necessary before auto-negotiate. @@ -1190,6 +1190,7 @@ /** * sis900_set_mode: - Set the media mode of mac register. + * @ioaddr: the address of the device * @speed : the transmit speed to be determined * @duplex: the duplex mode to be determined * Ken -- If a six turned out to be nine, I don't mind.
Home page : http://www.kenmoffat.uklinux.net
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |