]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Library/NonDiscoverableDeviceRegistrationLib.h
MdeModulePkg/NonDiscoverableDeviceRegistrationLib: Fix coding style issues
[mirror_edk2.git] / MdeModulePkg / Include / Library / NonDiscoverableDeviceRegistrationLib.h
index 120d91466095f882a7569205dcae6033adae69ae..c2d9e48353dca19987eb740314584c42340fdd0c 100644 (file)
@@ -32,7 +32,7 @@ typedef enum {
 /**\r
   Register a non-discoverable MMIO device\r
 \r
-  @param[in]      DeviceType          The type of non-discoverable device\r
+  @param[in]      Type                The type of non-discoverable device\r
   @param[in]      DmaType             Whether the device is DMA coherent\r
   @param[in]      InitFunc            Initialization routine to be invoked when\r
                                       the device is enabled\r
@@ -43,6 +43,8 @@ typedef enum {
   @param[in]      NumMmioResources    The number of UINTN base/size pairs that\r
                                       follow, each describing an MMIO region\r
                                       owned by the device\r
+  @param[in]  ...                     The variable argument list which contains the\r
+                                      info about MmioResources.\r
 \r
   @retval EFI_SUCCESS                 The registration succeeded.\r
   @retval Other                       The registration failed.\r