[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20081205030802.32056.24527.stgit@marcab.local.tull.net>
Date: Fri, 05 Dec 2008 14:08:02 +1100
From: Nick Andrew <nick@...k-andrew.net>
To: Nick Andrew <nick@...k-andrew.net>, <trivial@...nel.org>
Cc: <linux-kernel@...r.kernel.org>, Nick Andrew <nick@...k-andrew.net>
Subject: [PATCH] Fix incorrect use of loose in event.c
Fix incorrect use of loose in event.c
It should be 'lose', not 'loose'.
Signed-off-by: Nick Andrew <nick@...k-andrew.net>
---
drivers/misc/ibmasm/event.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/misc/ibmasm/event.c b/drivers/misc/ibmasm/event.c
index fda6a4d..68a0a5b 100644
--- a/drivers/misc/ibmasm/event.c
+++ b/drivers/misc/ibmasm/event.c
@@ -50,7 +50,7 @@ static void wake_up_event_readers(struct service_processor *sp)
* Store the event in the circular event buffer, wake up any sleeping
* event readers.
* There is no reader marker in the buffer, therefore readers are
- * responsible for keeping up with the writer, or they will loose events.
+ * responsible for keeping up with the writer, or they will lose events.
*/
void ibmasm_receive_event(struct service_processor *sp, void *data, unsigned int data_size)
{
--
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