acrn-hypervisor/hypervisor/include
Junjie Mao 97eb72a4a0 doc: always use 'None' for functions not returning a value
It is preferred to state the absence of a return value explicitly in the
doxygen-stile comments. Currently there are different styles of doing this,
including:

  @return None
  @return NULL
  @return void
  @return N/A

This patch unifies the above with `@return None`.

Tracked-On: #1595
Signed-off-by: Junjie Mao <junjie.mao@intel.com>
2018-11-30 14:55:17 +08:00
..
arch/x86 doc: always use 'None' for functions not returning a value 2018-11-30 14:55:17 +08:00
common hv:Rename ptdev to ptirq for some APIs 2018-11-30 13:27:49 +08:00
debug hv: clean up function definitions in profiling.h 2018-11-28 14:57:49 +08:00
dm hv: dm: fix "Procedure has more than one exit point" 2018-11-29 15:03:48 +08:00
lib hv: Derive decryption key from Seed for Trusty to decrypt attestation keybox 2018-11-20 09:22:37 +08:00
public HV: io: obsolete the valid field in vhm requests 2018-11-30 13:14:59 +08:00
hv_debug.h HV: Added Initial support for SEP/SOCWATCH profiling 2018-10-26 13:39:07 +08:00
hypervisor.h HV:treewide:rename vm data structure 2018-11-05 15:35:49 +08:00