Commit 2b50fcaa authored by Michel Dänzer's avatar Michel Dänzer Committed by David S. Miller

[NET]: Make sure interval member of struct tc_estimator is signed.

parent d7e6c32e
...@@ -45,7 +45,7 @@ struct tc_stats ...@@ -45,7 +45,7 @@ struct tc_stats
struct tc_estimator struct tc_estimator
{ {
char interval; signed char interval;
unsigned char ewma_log; unsigned char ewma_log;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment