Remove some incorrect comments

This commit is contained in:
Gregory Nutt 2015-08-06 14:06:43 -06:00
parent f4d9c3e33d
commit e1c902d468
3 changed files with 3 additions and 5 deletions

2
arch

@ -1 +1 @@
Subproject commit 6ca16388ea8de09d99befabc27def2ee5e665a72
Subproject commit 5102f815891b899f87a718ab85d3913015a015ea

View File

@ -939,8 +939,7 @@ static int slip_rmmac(FAR struct net_driver_s *dev, FAR const uint8_t *mac)
*
* Parameters:
* intf - In the case where there are multiple SLIP interfaces, this value
* identifies which is to be initialized. The network name will be,
* for example, "/dev/slip5" for intf == 5
* identifies which is to be initialized.
*
* Returned Value:
* OK on success; Negated errno on failure.

View File

@ -75,8 +75,7 @@ extern "C"
*
* Parameters:
* intf - In the case where there are multiple SLIP interfaces, this value
* identifies which is to be initialized. The network name will be,
* for example, "/dev/slip5" for intf == 5
* identifies which is to be initialized.
*
* Returned Value:
* OK on success; Negated errno on failure.