diff options
author | Laszlo Ersek <lersek@redhat.com> | 2013-12-18 19:57:36 +0000 |
---|---|---|
committer | jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> | 2013-12-18 19:57:36 +0000 |
commit | 21479c3c80fa4742027537d91f57fbf469848208 (patch) | |
tree | f7167ad54eb5dc651c8346cfea4f4c33206c4c26 /OvmfPkg/VirtioBlkDxe | |
parent | 5cf69d48367ced77799af6554a00ad556f657a6c (diff) | |
download | edk2-21479c3c80fa4742027537d91f57fbf469848208.tar.gz edk2-21479c3c80fa4742027537d91f57fbf469848208.tar.bz2 edk2-21479c3c80fa4742027537d91f57fbf469848208.zip |
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
Diffstat (limited to 'OvmfPkg/VirtioBlkDxe')
-rw-r--r-- | OvmfPkg/VirtioBlkDxe/VirtioBlk.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/OvmfPkg/VirtioBlkDxe/VirtioBlk.c b/OvmfPkg/VirtioBlkDxe/VirtioBlk.c index 6079b4a741..5815cdf375 100644 --- a/OvmfPkg/VirtioBlkDxe/VirtioBlk.c +++ b/OvmfPkg/VirtioBlkDxe/VirtioBlk.c @@ -56,7 +56,8 @@ 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,
- // the protocol is "instantiated" for the VirtIo device. Covers duplicate open
- // attempts (EFI_ALREADY_STARTED).
+ // the protocol is "instantiated" for the VirtIo device. Covers duplicate
+ // open attempts (EFI_ALREADY_STARTED).
//
Status = gBS->OpenProtocol (
DeviceHandle, // candidate device
|