various: Update/fix some textual material and code comments.
Of these, only struct net_ipv6_nbr_data::send_ns is a descriptive change: send_ns is used for timing Neighbor Solicitations in general, not just for DAD. The rest are typo/grammar fixes. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
This commit is contained in:
parent
891ba80087
commit
e25df54eae
10 changed files with 12 additions and 12 deletions
|
@ -2417,7 +2417,7 @@ static inline int k_delayed_work_submit(struct k_delayed_work *work,
|
|||
*
|
||||
* This routine computes the (approximate) time remaining before a
|
||||
* delayed work gets executed. If the delayed work is not waiting to be
|
||||
* schedules, it returns zero.
|
||||
* scheduled, it returns zero.
|
||||
*
|
||||
* @param work Delayed work item.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue