OvmfPkg: adapt VirtioPrepare()'s leading comment to the coding style

Contributed-under: TianoCore Contribution Agreement 1.0

Signed-off-by: Laszlo Ersek <lersek@redhat.com>

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14360 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jljusten 2013-05-15 06:22:15 +00:00
parent 990c91752e
commit f2965f4e26
2 changed files with 2 additions and 2 deletions

View File

@ -152,7 +152,7 @@ typedef struct {
The calling driver must be in VSTAT_DRIVER_OK state. The calling driver must be in VSTAT_DRIVER_OK state.
@param[in out] Ring The virtio ring we intend to append descriptors to. @param[in,out] Ring The virtio ring we intend to append descriptors to.
@param[out] Indices The DESC_INDICES structure to initialize. @param[out] Indices The DESC_INDICES structure to initialize.

View File

@ -285,7 +285,7 @@ VirtioRingUninit (
The calling driver must be in VSTAT_DRIVER_OK state. The calling driver must be in VSTAT_DRIVER_OK state.
@param[in out] Ring The virtio ring we intend to append descriptors to. @param[in,out] Ring The virtio ring we intend to append descriptors to.
@param[out] Indices The DESC_INDICES structure to initialize. @param[out] Indices The DESC_INDICES structure to initialize.