mirror of https://github.com/acidanthera/audk.git
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:
parent
990c91752e
commit
f2965f4e26
|
@ -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.
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue