acrn-hypervisor/hypervisor/lib
Yang, Yu-chu da0f28c6de HV: Bracket for the same level of precendence
The plus and minor have the same level of precedence. The Misra-C
considers it as a violation. Added brackets in between addition and
substraction oprators.

Signed-off-by: Yang, Yu-chu <yu-chu.yang@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
2018-07-24 10:10:39 +08:00
..
crypto HV: prototyping non-static function 2018-07-16 10:35:54 +08:00
div.c HV: logical and high level precedence expression needs brackets 2018-07-24 10:10:39 +08:00
mdelay.c HV: handle integral issues as MISRA-C report 2018-07-20 10:39:46 +08:00
memory.c HV: Bracket for the same level of precendence 2018-07-24 10:10:39 +08:00
spinlock.c HV: handle integral issues as MISRA-C report 2018-07-20 10:39:46 +08:00
sprintf.c HV: Bracket for the same level of precendence 2018-07-24 10:10:39 +08:00
string.c HV: handle integral issues as MISRA-C report 2018-07-20 10:39:46 +08:00
udelay.c HV: add the missing brackets to loop body 2018-07-12 17:27:29 +08:00