mirror of https://github.com/acidanthera/audk.git
OvmfPkg/VirtioBlkDxe/VirtioBlk.c: rewrap overlong lines
Lines should be no longer than 79 characters. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15003 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
5cf69d4836
commit
21479c3c80
|
@ -56,7 +56,8 @@
|
||||||
one of UINT8, UINT16, UINT32, UINT64.
|
one of UINT8, UINT16, UINT32, UINT64.
|
||||||
|
|
||||||
|
|
||||||
@return Status code returned by Virtio->WriteDevice() / Virtio->ReadDevice().
|
@return Status code returned by Virtio->WriteDevice() /
|
||||||
|
Virtio->ReadDevice().
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
@ -531,8 +532,8 @@ VirtioBlkDriverBindingSupported (
|
||||||
|
|
||||||
//
|
//
|
||||||
// Attempt to open the device with the VirtIo set of interfaces. On success,
|
// Attempt to open the device with the VirtIo set of interfaces. On success,
|
||||||
// the protocol is "instantiated" for the VirtIo device. Covers duplicate open
|
// the protocol is "instantiated" for the VirtIo device. Covers duplicate
|
||||||
// attempts (EFI_ALREADY_STARTED).
|
// open attempts (EFI_ALREADY_STARTED).
|
||||||
//
|
//
|
||||||
Status = gBS->OpenProtocol (
|
Status = gBS->OpenProtocol (
|
||||||
DeviceHandle, // candidate device
|
DeviceHandle, // candidate device
|
||||||
|
|
Loading…
Reference in New Issue