[PATCH 2/2] alx: rename TPD_UDP_XSUm_SHIFT for code style issue

xiong xiong at qca.qualcomm.com
Wed May 22 18:13:31 EDT 2013


rename it to TPD_UDP_XSUM_SHIFT

Signed-off-by: xiong <xiong at qca.qualcomm.com>
---
 src/alx_hw.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/alx_hw.h b/src/alx_hw.h
index 1facaab..9c68b34 100644
--- a/src/alx_hw.h
+++ b/src/alx_hw.h
@@ -114,7 +114,7 @@ struct tpd_desc {
 #define TPD_TCP_XSUM_MASK		0x0001
 #define TPD_TCP_XSUM_SHIFT		10
 #define TPD_UDP_XSUM_MASK		0x0001
-#define TPD_UDP_XSUm_SHIFT		11
+#define TPD_UDP_XSUM_SHIFT		11
 #define TPD_LSO_EN_MASK			0x0001
 #define TPD_LSO_EN_SHIFT		12
 #define TPD_LSO_V2_MASK			0x0001
-- 
1.8.0.msysgit.0




More information about the unified-drivers mailing list