Re: [PATCH] Fix spelling milisecond -> millisecond in comments and debug messages

Previous thread: [PATCH] Fix spelling meassge -> message in comments by Stefan Weil on Sunday, January 2, 2011 - 7:12 am. (1 message)

Next thread: [PATCH] Fix spelling milisec -> ms in module parameter description by Stefan Weil on Sunday, January 2, 2011 - 7:21 am. (3 messages)
From: Stefan Weil
Date: Sunday, January 2, 2011 - 7:21 am

Cc: Jiri Kosina <trivial@kernel.org>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
---
 arch/arm/mach-bcmring/include/csp/tmrHw.h |    4 ++--
 drivers/acpi/apei/einj.c                  |    2 +-
 drivers/acpi/apei/erst.c                  |    2 +-
 drivers/gpu/drm/nouveau/nouveau_bios.c    |    4 ++--
 drivers/net/wireless/wl1251/wl1251.h      |    2 +-
 drivers/net/wireless/wl12xx/wl1271.h      |    4 ++--
 6 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/arch/arm/mach-bcmring/include/csp/tmrHw.h b/arch/arm/mach-bcmring/include/csp/tmrHw.h
index f1236d0..2cbb530 100644
--- a/arch/arm/mach-bcmring/include/csp/tmrHw.h
+++ b/arch/arm/mach-bcmring/include/csp/tmrHw.h
@@ -76,7 +76,7 @@ tmrHw_RATE_t tmrHw_setPeriodicTimerRate(tmrHw_ID_t timerId,	/*  [ IN ] Timer Id
 *           certain time interval
 *
 *  This function initializes a periodic timer to generate timer interrupt
-*  after every time interval in milisecond
+*  after every time interval in millisecond
 *
 *  @return   On success: Effective interval set in mili-second
 *            On failure: 0
@@ -93,7 +93,7 @@ tmrHw_INTERVAL_t tmrHw_setPeriodicTimerInterval(tmrHw_ID_t timerId,	/*  [ IN ] T
 *           after certain time interval
 *
 *  This function initializes a periodic timer to generate a single ticks after
-*  certain time interval in milisecond
+*  certain time interval in millisecond
 *
 *  @return   On success: Effective interval set in mili-second
 *            On failure: 0
diff --git a/drivers/acpi/apei/einj.c b/drivers/acpi/apei/einj.c
index cf29df6..096aebf 100644
--- a/drivers/acpi/apei/einj.c
+++ b/drivers/acpi/apei/einj.c
@@ -39,7 +39,7 @@
 #define EINJ_PFX "EINJ: "
 
 #define SPIN_UNIT		100			/* 100ns */
-/* Firmware should respond within 1 miliseconds */
+/* Firmware should respond within 1 milliseconds */
 #define FIRMWARE_TIMEOUT	(1 * NSEC_PER_MSEC)
 
 /*
diff --git a/drivers/acpi/apei/erst.c b/drivers/acpi/apei/erst.c
index ...
From: Jiri Kosina
Date: Monday, January 3, 2011 - 5:52 am

Hi,

I have folded this together with the 'meassage -> message' fix and 
applied, thanks.

-- 
Jiri Kosina
SUSE Labs, Novell Inc.
--

Previous thread: [PATCH] Fix spelling meassge -> message in comments by Stefan Weil on Sunday, January 2, 2011 - 7:12 am. (1 message)

Next thread: [PATCH] Fix spelling milisec -> ms in module parameter description by Stefan Weil on Sunday, January 2, 2011 - 7:21 am. (3 messages)