net: Remove devif_timer from comment

since devif_timer has been removed in:
commit 035d925864
Author: zhanghongyu <zhanghongyu@xiaomi.com>
Date:   Sun May 29 21:47:28 2022 +0800

    devif: remove all devif_timer

    Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2022-06-05 23:34:03 +08:00
committed by Petro Karashchenko
parent 298b4aba0c
commit fe85e9d0fa
10 changed files with 18 additions and 20 deletions
+2 -2
View File
@@ -284,8 +284,8 @@ static inline void lo_netmask(FAR struct net_driver_s *dev)
*
* Description:
* Check if the network has any outgoing packets ready to send. This is
* a callback from devif_poll() or devif_timer(). devif_poll() will be
* called only during normal TX polling.
* a callback from devif_poll(). devif_poll() will be called only during
* normal TX polling.
*
* Input Parameters:
* dev - Reference to the NuttX driver state structure