2008-12-05 10:23:08

by Nick Andrew

[permalink] [raw]
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 <[email protected]>
---

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)
{


2008-12-08 11:54:40

by Jiri Kosina

[permalink] [raw]
Subject: Re: [PATCH] Fix incorrect use of loose in event.c

On Fri, 5 Dec 2008, Nick Andrew wrote:

> Fix incorrect use of loose in event.c
>
> It should be 'lose', not 'loose'.
>
> Signed-off-by: Nick Andrew <[email protected]>

Applied to trivial tree, thanks.

--
Jiri Kosina
SUSE Labs