doc: fix some trivial parameter name style problems

Just gets them out of the way so we can do bigger item changes.
This commit is contained in:
Karl Palsson
2019-06-12 21:44:49 +00:00
parent 9904f9803e
commit 4533b1be68
2 changed files with 2 additions and 2 deletions

View File

@@ -371,7 +371,7 @@ void eth_smi_bit_clear(uint8_t phy, uint8_t reg, uint16_t clearbits)
*
* @param[in] phy uint8_t ID of the PHY (defaults to 1)
* @param[in] reg uint8_t Register address
* @param[in] bits uint16_t Bits that have to be set (or'ed)
* @param[in] setbits uint16_t Bits that have to be set (or'ed)
*/
void eth_smi_bit_set(uint8_t phy, uint8_t reg, uint16_t setbits)
{