]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/EmuSnpDxe/EmuSnpDxe.h
EmulatorPkg: Remove all trailing whitespace
[mirror_edk2.git] / EmulatorPkg / EmuSnpDxe / EmuSnpDxe.h
index 21bfc42c143439118ce7a089766b75fd36511580..e2b3c303bfabac9749346a7332c33be2c1c4495e 100644 (file)
@@ -56,7 +56,7 @@ typedef struct {
 \r
   EFI_SIMPLE_NETWORK_PROTOCOL Snp;\r
   EFI_SIMPLE_NETWORK_MODE     Mode;\r
-  \r
+\r
   EFI_UNICODE_STRING_TABLE    *ControllerNameTable;\r
 \r
 } EMU_SNP_PRIVATE_DATA;\r
@@ -124,7 +124,7 @@ EmuSnpDriverBindingStart (
   restrictions for this service. DisconnectController()\r
   must follow these calling restrictions. If any other agent wishes\r
   to call Stop() it must also follow these calling restrictions.\r
-  \r
+\r
   @param  This              Protocol instance pointer.\r
   @param  ControllerHandle  Handle of device to stop driver on\r
   @param  NumberOfChildren  Number of Handles in ChildHandleBuffer. If number of\r
@@ -156,7 +156,7 @@ EFIAPI
 EmuSnpStart(\r
   IN EFI_SIMPLE_NETWORK_PROTOCOL*    This\r
   );\r
-  \r
+\r
 /**\r
   Changes the state of a network interface from "started" to "stopped".\r
 \r
@@ -170,10 +170,10 @@ EFIAPI
 EmuSnpStop(\r
   IN EFI_SIMPLE_NETWORK_PROTOCOL*    This\r
   );\r
-  \r
+\r
 /**\r
-  Resets a network adapter and allocates the transmit and receive buffers \r
-  required by the network interface; optionally, also requests allocation \r
+  Resets a network adapter and allocates the transmit and receive buffers\r
+  required by the network interface; optionally, also requests allocation\r
   of additional transmit and receive buffers.\r
 \r
   @param  This              Protocol instance pointer.\r
@@ -198,10 +198,10 @@ EmuSnpInitialize(
   IN UINTN              ExtraRxBufferSize OPTIONAL,\r
   IN UINTN              ExtraTxBufferSize OPTIONAL\r
   );\r
-  \r
+\r
 /**\r
-  Resets a network adapter and re-initializes it with the parameters that were \r
-  provided in the previous call to Initialize().  \r
+  Resets a network adapter and re-initializes it with the parameters that were\r
+  provided in the previous call to Initialize().\r
 \r
   @param  This                 Protocol instance pointer.\r
   @param  ExtendedVerification Indicates that the driver may perform a more\r
@@ -219,7 +219,7 @@ EmuSnpReset(
   );\r
 \r
 /**\r
-  Resets a network adapter and leaves it in a state that is safe for \r
+  Resets a network adapter and leaves it in a state that is safe for\r
   another driver to initialize.\r
 \r
   @param  This Protocol instance pointer.\r
@@ -311,10 +311,10 @@ EmuSnpStatistics(
   IN OUT UINTN*            StatisticsSize OPTIONAL,\r
   OUT EFI_NETWORK_STATISTICS*      StatisticsTable OPTIONAL\r
   );\r
-  \r
+\r
 /**\r
   Converts a multicast IP address to a multicast HW MAC address.\r
-  \r
+\r
   @param  This  Protocol instance pointer.\r
   @param  Ipv6  Set to TRUE if the multicast IP address is IPv6 [RFC 2460]. Set\r
                 to FALSE if the multicast IP address is IPv4 [RFC 791].\r
@@ -341,7 +341,7 @@ EmuSnpMcastIptoMac(
   );\r
 \r
 /**\r
-  Performs read and write operations on the NVRAM device attached to a \r
+  Performs read and write operations on the NVRAM device attached to a\r
   network interface.\r
 \r
   @param  This         Protocol instance pointer.\r
@@ -367,7 +367,7 @@ EmuSnpNvdata(
   );\r
 \r
 /**\r
-  Reads the current interrupt status and recycled transmit buffer status from \r
+  Reads the current interrupt status and recycled transmit buffer status from\r
   a network interface.\r
 \r
   @param  This            Protocol instance pointer.\r