On 08/14/17 13:36, Brijesh Singh wrote:
> Cc: Ard Biesheuvel <[email protected]>
> Cc: Jordan Justen <[email protected]>
> Cc: Tom Lendacky <[email protected]>
> Cc: Laszlo Ersek <[email protected]>
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Brijesh Singh <[email protected]>
> ---
>  OvmfPkg/Include/Protocol/VirtioDevice.h | 22 +++++++++++++-------
>  1 file changed, 14 insertions(+), 8 deletions(-)
> 
> diff --git a/OvmfPkg/Include/Protocol/VirtioDevice.h 
> b/OvmfPkg/Include/Protocol/VirtioDevice.h
> index 910a4866e7ac..edb20c18822c 100644
> --- a/OvmfPkg/Include/Protocol/VirtioDevice.h
> +++ b/OvmfPkg/Include/Protocol/VirtioDevice.h
> @@ -320,16 +320,22 @@ EFI_STATUS
>    );
>  
>  
> -///
> -///  This protocol provides an abstraction over the VirtIo transport layer
> -///
> -///  DISCLAIMER: this protocol is a work in progress, and should not be used
> -///  outside of the EDK II tree.
> -///
> +/**
> +
> +  This protocol provides an abstraction over the VirtIo transport layer
> +
> +  DISCLAIMER: this protocol is a work in progress, and should not be used
> +  outside of the EDK II tree.
> +**/
> +
>  struct _VIRTIO_DEVICE_PROTOCOL {
> -  /// VirtIo Specification Revision encoded with VIRTIO_SPEC_REVISION()
> +  //
> +  // VirtIo Specification Revision encoded with VIRTIO_SPEC_REVISION()
> +  //
>    UINT32                      Revision;
> -  /// From the Virtio Spec
> +  //
> +  // From the Virtio Spec
> +  //
>    INT32                       SubSystemDeviceId;
>  
>    VIRTIO_GET_DEVICE_FEATURES  GetDeviceFeatures;
> 

In
<[email protected]">http://mid.mail-archive.com/[email protected]>,
point (18), I meant to identify all the comments that I thought would
benefit from clean-ups. The above patch misses some of those comments,
but reformats comments that (IMO) were fine (e.g. consistent with MdePkg
protocol includes). I've fixed up the patch.

[[email protected]: clarify subject line]
[[email protected]: adjust the set of comments updated by the patch]
Reviewed-by: Laszlo Ersek <[email protected]>
Regression-tested-by: Laszlo Ersek <[email protected]>

Commit a136bc3ccfa479ec8a3fc9afcbd00283339101fa.

Thank you for these miscellaneous fixes (patches 1 through 5)! I'll
strive to continue the review soon.

Thanks
Laszlo
_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to