[PATCH] Fix spelling meassge -> message in comments

Previous thread: [GIT PULL] KVM fixes for 2.6.37-rc8 by Avi Kivity on Sunday, January 2, 2011 - 6:38 am. (1 message)

Next thread: [PATCH] Fix spelling milisecond -> millisecond in comments and debug messages by Stefan Weil on Sunday, January 2, 2011 - 7:21 am. (2 messages)
From: Stefan Weil
Date: Sunday, January 2, 2011 - 7:12 am

Cc: Kalle Valo <kvalo@adurom.com>
Cc: Jiri Kosina <trivial@kernel.org>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
---
 drivers/net/wireless/wl1251/acx.h        |    4 ++--
 drivers/net/wireless/wl12xx/wl1271_acx.h |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/net/wireless/wl1251/acx.h b/drivers/net/wireless/wl1251/acx.h
index e54b21a..efcc3aa 100644
--- a/drivers/net/wireless/wl1251/acx.h
+++ b/drivers/net/wireless/wl1251/acx.h
@@ -1272,10 +1272,10 @@ struct wl1251_acx_tid_cfg {
 /* OBSOLETE */
 #define WL1251_ACX_INTR_WAKE_ON_HOST	BIT(6)
 
-/* Trace meassge on MBOX #A */
+/* Trace message on MBOX #A */
 #define WL1251_ACX_INTR_TRACE_A		BIT(7)
 
-/* Trace meassge on MBOX #B */
+/* Trace message on MBOX #B */
 #define WL1251_ACX_INTR_TRACE_B		BIT(8)
 
 /* Command processing completion */
diff --git a/drivers/net/wireless/wl12xx/wl1271_acx.h b/drivers/net/wireless/wl12xx/wl1271_acx.h
index ebb341d..0ce845f 100644
--- a/drivers/net/wireless/wl12xx/wl1271_acx.h
+++ b/drivers/net/wireless/wl12xx/wl1271_acx.h
@@ -47,9 +47,9 @@
 #define WL1271_ACX_INTR_HW_AVAILABLE       BIT(5)
 /* The MISC bit is used for aggregation of RX, TxComplete and TX rate update */
 #define WL1271_ACX_INTR_DATA               BIT(6)
-/* Trace meassge on MBOX #A */
+/* Trace message on MBOX #A */
 #define WL1271_ACX_INTR_TRACE_A            BIT(7)
-/* Trace meassge on MBOX #B */
+/* Trace message on MBOX #B */
 #define WL1271_ACX_INTR_TRACE_B            BIT(8)
 
 #define WL1271_ACX_INTR_ALL		   0xFFFFFFFF
-- 
1.7.2.3

--

Previous thread: [GIT PULL] KVM fixes for 2.6.37-rc8 by Avi Kivity on Sunday, January 2, 2011 - 6:38 am. (1 message)

Next thread: [PATCH] Fix spelling milisecond -> millisecond in comments and debug messages by Stefan Weil on Sunday, January 2, 2011 - 7:21 am. (2 messages)