Reviewed-by: Ruiyu Ni <[email protected]>
> -----Original Message----- > From: Mudusuru, Giri P > Sent: Thursday, July 7, 2016 3:48 PM > To: [email protected] > Cc: Ni, Ruiyu <[email protected]> > Subject: [edk2] [PATCH 08/16] OptionRomPkg: Series of patches to fix typos - > EFI_OUT_OF_RESORUCES to EFI_OUT_OF_RESOURCES > > Cc: Ruiyu Ni <[email protected]> > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Giri P Mudusuru <[email protected]> > --- > OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/SimpleNetwork.c | 2 +- > OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/SimpleNetwork.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git > a/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/SimpleNetwork.c > b/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/SimpleNetwork.c > index a341f3b..33dc839 100644 > --- a/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/SimpleNetwork.c > +++ b/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/SimpleNetwork.c > @@ -216,7 +216,7 @@ SN_GetStatus ( > > @retval EFI_SUCCESS This operation was successful. > @retval EFI_NOT_STARTED The network interface was not started. > - @retval EFI_OUT_OF_RESORUCES There was not enough memory for the > transmit and receive buffers > + @retval EFI_OUT_OF_RESOURCES There was not enough memory for the > + transmit and receive buffers > @retval EFI_INVALID_PARAMETER pSimpleNetwork parameter was NULL > or did not point to a valid > EFI_SIMPLE_NETWORK_PROTOCOL structure. > @retval EFI_DEVICE_ERROR The command could not be sent to the > network interface. > diff --git > a/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/SimpleNetwork.c > b/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/SimpleNetwork.c > index c061a6b..08d89d9 100644 > --- a/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/SimpleNetwork.c > +++ b/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/SimpleNetwork.c > @@ -233,7 +233,7 @@ SN_GetStatus ( > > @retval EFI_SUCCESS This operation was successful. > @retval EFI_NOT_STARTED The network interface was not started. > - @retval EFI_OUT_OF_RESORUCES There was not enough memory for the > transmit and receive buffers > + @retval EFI_OUT_OF_RESOURCES There was not enough memory for the > + transmit and receive buffers > @retval EFI_INVALID_PARAMETER pSimpleNetwork parameter was NULL > or did not point to a valid > EFI_SIMPLE_NETWORK_PROTOCOL structure. > @retval EFI_DEVICE_ERROR The command could not be sent to the > network interface. > -- > 2.9.0.windows.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

