diff options
author | Vladimir Oltean | 2023-02-07 15:54:32 +0200 |
---|---|---|
committer | David S. Miller | 2023-02-08 09:48:52 +0000 |
commit | e5517551112ff2395611e552443932152f83672d (patch) | |
tree | f09128808420f47a9b94b877351a5643aa44314a /sound | |
parent | a306a90c8ffe1c4a29f8e8a1221d1c000e58a410 (diff) |
net/sched: taprio: rename close_time to end_time
There is a confusion in terms in taprio which makes what is called
"close_time" to be actually used for 2 things:
1. determining when an entry "closes" such that transmitted skbs are
never allowed to overrun that time (?!)
2. an aid for determining when to advance and/or restart the schedule
using the hrtimer
It makes more sense to call this so-called "close_time" "end_time",
because it's not clear at all to me what "closes". Future patches will
hopefully make better use of the term "to close".
This is an absolutely mechanical change.
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Kurt Kanzenbach <kurt@linutronix.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions