]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Drivers/Lan9118Dxe/Lan9118DxeHw.h
EmbeddedPkg: Fix various typos
[mirror_edk2.git] / EmbeddedPkg / Drivers / Lan9118Dxe / Lan9118DxeHw.h
index e44e2950a5b85f92d2cda0736c9fd88ff66b2511..80df34b87e63fbd03ee4b0025f49513cad4fa1bd 100644 (file)
@@ -2,13 +2,7 @@
 *\r
 *  Copyright (c) 2012-2014, ARM Limited. All rights reserved.\r
 *\r
-*  This program and the accompanying materials\r
-*  are licensed and made available under the terms and conditions of the BSD License\r
-*  which accompanies this distribution.  The full text of the license may be found at\r
-*  http://opensource.org/licenses/bsd-license.php\r
-*\r
-*  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-*  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+*  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 *\r
 **/\r
 \r
 #define RXSTATUS_CRC_ERROR                    BIT1                      // Cyclic Redundancy Check Error\r
 #define RXSTATUS_DB                           BIT2                      // Dribbling bit: Frame had non-integer multiple of 8bits\r
 #define RXSTATUS_MII_ERROR                    BIT3                      // Receive error during interception\r
-#define RXSTATUS_RXW_TO                       BIT4                      // Incomming frame larger than 2kb\r
+#define RXSTATUS_RXW_TO                       BIT4                      // Incoming frame larger than 2kb\r
 #define RXSTATUS_FT                           BIT5                      // 1: Ether type / 0: 802.3 type frame\r
 #define RXSTATUS_LCOLL                        BIT6                      // Late collision detected\r
 #define RXSTATUS_FTL                          BIT7                      // Frame longer than Ether type\r