]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix two doxygen comment bugs.
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 19 Nov 2008 08:57:18 +0000 (08:57 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 19 Nov 2008 08:57:18 +0000 (08:57 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6627 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Library/UefiScsiLib.h
MdePkg/Include/Library/UefiUsbLib.h

index 7687c30a74c91cb09fa11469e43f697fc3cf3f19..b990cfded58f5e0356c45fcb180bb74405ba4fd2 100644 (file)
@@ -214,12 +214,12 @@ ScsiInquiryCommand (
                                      If Timeout is greater than zero, then this function\r
                                      will return EFI_TIMEOUT if the time required to\r
                                      execute the SCSI Request Packet is greater than Timeout.\r
-  @param[in,out]  SenseData          A pointer to sense data that was generated\r
+  @param[in, out]  SenseData         A pointer to sense data that was generated\r
                                      by the execution of the SCSI Request Packet.\r
                                      This buffer must be allocated by the caller.\r
                                      If SenseDataLength is 0, then this parameter\r
                                      is optional and may be NULL.\r
-  @param[in,out]  SenseDataLength    On input, the length in bytes of the SenseData buffer.\r
+  @param[in, out]  SenseDataLength   On input, the length in bytes of the SenseData buffer.\r
                                      On output, the number of bytes written to the SenseData buffer. \r
   @param[out]     HostAdapterStatus  The status of the SCSI Host Controller that\r
                                      produces the SCSI bus containing the SCSI target\r
@@ -232,12 +232,12 @@ ScsiInquiryCommand (
                                      on the SCSI Host Controller.  See the EFI SCSI\r
                                      I/O Protocol in the UEFI Specification for details\r
                                      on the possible return values.\r
-  @param[in,out]  DataBuffer         A pointer to data that was generated by the\r
+  @param[in, out]  DataBuffer        A pointer to data that was generated by the\r
                                      execution of the SCSI Request Packet.  This\r
                                      buffer must be allocated by the caller. If\r
                                      DataLength is 0, then this parameter is optional\r
                                      and may be NULL. \r
-  @param[in,out]  DataLength         On input, a pointer to the length in bytes of\r
+  @param[in, out]  DataLength        On input, a pointer to the length in bytes of\r
                                      the DataBuffer buffer.  On output, a pointer\r
                                      to the number of bytes written to the DataBuffer\r
                                      buffer. \r
index 2a6730d76ac0d71b9cc8b9d3e88ad6a7573767f5..d8c9b65083a06f5b25493245c98e9210f5514256 100644 (file)
@@ -527,7 +527,7 @@ UsbGetStatus (
   IN  EFI_USB_IO_PROTOCOL     *UsbIo,\r
   IN  USB_TYPES_DEFINITION    Recipient,\r
   IN  UINT16                  Target,\r
-  OUT UINT16                  *DevStatus,\r
+  OUT UINT16                  *DeviceStatus,\r
   OUT UINT32                  *Status\r
   );\r
 \r