From 21479c3c80fa4742027537d91f57fbf469848208 Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Wed, 18 Dec 2013 19:57:36 +0000 Subject: 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 Reviewed-by: Jordan Justen git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15003 6f19259b-4bc3-4df7-8a09-765794883524 --- OvmfPkg/VirtioBlkDxe/VirtioBlk.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'OvmfPkg/VirtioBlkDxe') 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 -- cgit v1.2.3