2015-10-12 17:45, Harry van Haaren: > - cur += latest - last; \ > + cur += (latest-last) & UINT_MAX; \
CHECK:SPACING: spaces preferred around that '-' (ctx:VxV) Please use checkpatch before submitting. Thanks
2015-10-12 17:45, Harry van Haaren: > - cur += latest - last; \ > + cur += (latest-last) & UINT_MAX; \
CHECK:SPACING: spaces preferred around that '-' (ctx:VxV) Please use checkpatch before submitting. Thanks