acrn-hypervisor/hypervisor/lib
Yang, Yu-chu 39159ebe16 HV: Assignment should not mix with operator
Removed the postfix and prefix operation in assignment expression.
Noncompliant code example:
1) *a++ = *b ++;
2) a = arr[--b];

Signed-off-by: Yang, Yu-chu <yu-chu.yang@intel.com>
2018-07-10 11:56:36 +08:00
..
crypto hv:fix "missing for discarded return value" for memcpy_s and strcpy_s 2018-07-09 09:22:37 +08:00
div.c HV: Moving operators out from conditions 2018-07-09 13:10:34 +08:00
mdelay.c HV: Moving operators out from conditions 2018-07-09 13:10:34 +08:00
memory.c HV: Assignment should not mix with operator 2018-07-10 11:56:36 +08:00
spinlock.c hv:fix "missing for discarded return value" for memset 2018-07-05 14:14:48 +08:00
sprintf.c HV: Assignment should not mix with operator 2018-07-10 11:56:36 +08:00
string.c HV: Assignment should not mix with operator 2018-07-10 11:56:36 +08:00
udelay.c HV: timer: keep TSC frequency in KHz 2018-07-03 10:18:06 +08:00