]> git.proxmox.com Git - mirror_edk2.git/commitdiff
OvmfPkg: adapt VirtioPrepare()'s leading comment to the coding style
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 15 May 2013 06:22:15 +0000 (06:22 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 15 May 2013 06:22:15 +0000 (06:22 +0000)
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

OvmfPkg/Include/Library/VirtioLib.h
OvmfPkg/Library/VirtioLib/VirtioLib.c

index 3bebd9f2f4b7b8f1a9aa81b1ed9df4f82f4e457d..9a502f3e6776453b2864ba06c732ab119de8d711 100644 (file)
@@ -152,7 +152,7 @@ typedef struct {
 \r
   The calling driver must be in VSTAT_DRIVER_OK state.\r
 \r
-  @param[in out] Ring  The virtio ring we intend to append descriptors to.\r
+  @param[in,out] Ring  The virtio ring we intend to append descriptors to.\r
 \r
   @param[out] Indices  The DESC_INDICES structure to initialize.\r
 \r
index db619eee15cf8032c26abd53ecb886930255d14f..01260b3872f75e0754e487c624ed09800ba8ef16 100644 (file)
@@ -285,7 +285,7 @@ VirtioRingUninit (
 \r
   The calling driver must be in VSTAT_DRIVER_OK state.\r
 \r
-  @param[in out] Ring  The virtio ring we intend to append descriptors to.\r
+  @param[in,out] Ring  The virtio ring we intend to append descriptors to.\r
 \r
   @param[out] Indices  The DESC_INDICES structure to initialize.\r
 \r