diff options
author | Leslie Monis <lesliemonis@gmail.com> | 2020-03-05 00:26:00 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-03-04 13:25:55 -0800 |
commit | 220d4ac74ed691033b6fe2bd98dc07d6bdece046 (patch) | |
tree | 5b2b9332cdda3d6b36ad7ea337cb8283e3794b36 /include/net/pie.h | |
parent | 90baeb9dd2656dd9fa0a66f338f22236be96e69f (diff) | |
download | linux-220d4ac74ed691033b6fe2bd98dc07d6bdece046.tar.gz linux-220d4ac74ed691033b6fe2bd98dc07d6bdece046.tar.bz2 linux-220d4ac74ed691033b6fe2bd98dc07d6bdece046.zip |
pie: remove unnecessary type casting
In function pie_calculate_probability(), the variables alpha and
beta are of type u64. The variables qdelay, qdelay_old and
params->target are of type psched_time_t (which is also u64).
The explicit type casting done when calculating the value for
the variable delta is redundant and not required.
Signed-off-by: Mohit P. Tahiliani <tahiliani@nitk.edu.in>
Signed-off-by: Gautam Ramakrishnan <gautamramk@gmail.com>
Signed-off-by: Leslie Monis <lesliemonis@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/pie.h')
0 files changed, 0 insertions, 0 deletions