diff --git a/arch b/arch index 6ca16388ea..5102f81589 160000 --- a/arch +++ b/arch @@ -1 +1 @@ -Subproject commit 6ca16388ea8de09d99befabc27def2ee5e665a72 +Subproject commit 5102f815891b899f87a718ab85d3913015a015ea diff --git a/drivers/net/slip.c b/drivers/net/slip.c index a8e50343bb..8333017ae8 100644 --- a/drivers/net/slip.c +++ b/drivers/net/slip.c @@ -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. diff --git a/include/nuttx/net/slip.h b/include/nuttx/net/slip.h index 020f8e302f..9baf7a6b3d 100644 --- a/include/nuttx/net/slip.h +++ b/include/nuttx/net/slip.h @@ -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.