acrn-hypervisor/hypervisor/lib
Shiqing Gao 40745d90c5 hv: vuart: fix the data type violations
- Fix the data type violations based on MISRA-C requirements
- Add '-fsigned-char' in Makefile to let the compiler treats 'char' be
   signed, like 'signed char'.
  Otherwise, the static checker treats 'char', 'signed char' and 'unsigned
   char' as three different types.
- Fix some minor coding style issues, such as TAB issues, line over 80
   characters issues and comments style

v1 -> v2:
 * fix the violation regarding to 'fifo_getchar'

Tracked-On: #861
Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
Reviewed-by: Junjie Mao <junjie.mao@intel.com>
2018-08-17 11:19:45 +08:00
..
crypto HV: prototyping non-static function 2018-07-16 10:35:54 +08:00
div.c HV:treewide:fix rest of violations related parameter changed 2018-07-27 16:42:19 +08:00
mdelay.c HV:treewide:fix "Attempt to change parameter passed by value" 2018-07-26 09:35:52 +08:00
memory.c hv: vuart: fix the data type violations 2018-08-17 11:19:45 +08:00
spinlock.c hv: treewide: fix 'inline function should be declared static' 2018-08-10 10:16:04 +08:00
sprintf.c HV: Logical conjunction needs brackets 2018-08-14 09:53:32 +08:00
string.c hv: treewide: fix multiple MISRAC violations 2018-08-15 11:21:09 +08:00
udelay.c HV: add the missing brackets to loop body 2018-07-12 17:27:29 +08:00