commit | e75b71ff0a94d84d49804aab54f777fbf541e5e3 | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Wed Jul 26 13:35:53 2017 +0300 |
committer | Kumar Gala <kumar.gala@gmail.com> | Wed Jul 26 07:56:51 2017 -0500 |
tree | b3701a14b92dc8fbba14cfa9db023d80b3e01b23 | |
parent | cb7b96bcc79ad8437680f0604246f1b486485f05 [diff] |
net: trickle: Misc changes * Fix the indentation which was caused by uint32_t -> u8_t changes. * Make sure there is no unused variable warning if debugging is enabled but debug level is low. * Add assert that checks that Imax_abs is > 0 which it should be. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>