lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 29 Sep 2015 19:31:32 -0700
From:	Geliang Tang <geliangtang@....com>
To:	Nicolas Ferre <nicolas.ferre@...el.com>
Cc:	Geliang Tang <geliangtang@....com>, netdev@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: [PATCH] net: macb: fix two typos

Just fix two typos in code comments.

Signed-off-by: Geliang Tang <geliangtang@....com>
---
 drivers/net/ethernet/cadence/macb.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/ethernet/cadence/macb.h b/drivers/net/ethernet/cadence/macb.h
index 6e1faea..866b128 100644
--- a/drivers/net/ethernet/cadence/macb.h
+++ b/drivers/net/ethernet/cadence/macb.h
@@ -267,9 +267,9 @@
 #define MACB_BEX_SIZE		1
 #define MACB_RM9200_BNQ_OFFSET	4 /* AT91RM9200 only */
 #define MACB_RM9200_BNQ_SIZE	1 /* AT91RM9200 only */
-#define MACB_COMP_OFFSET	5 /* Trnasmit complete */
+#define MACB_COMP_OFFSET	5 /* Transmit complete */
 #define MACB_COMP_SIZE		1
-#define MACB_UND_OFFSET		6 /* Trnasmit under run */
+#define MACB_UND_OFFSET		6 /* Transmit under run */
 #define MACB_UND_SIZE		1
 
 /* Bitfields in RSR */
-- 
1.9.1


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ