From 06e60b847b9dc0712571b4b1e20a18f5ca56095c Mon Sep 17 00:00:00 2001 From: Nick Andrew Date: Fri, 5 Dec 2008 14:08:02 +1100 Subject: [PATCH] --- yaml --- r: 126903 b: refs/heads/master c: 3a4e367832da8a2614f7ff1321483e30404d6dfe h: refs/heads/master i: 126901: 9180e168d16ad21a1ad11ef225d790d476cc52ed 126899: f32ebff4697a538de981356479d6503dd2165e5f 126895: e87a51ff79faf007d9deea08725a00bdc4bdf9b4 v: v3 --- [refs] | 2 +- trunk/drivers/misc/ibmasm/event.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 4a9c4a423aef..db88d89caf5e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: edb123e16c6092bd08b67d1130ff03efeada0c89 +refs/heads/master: 3a4e367832da8a2614f7ff1321483e30404d6dfe diff --git a/trunk/drivers/misc/ibmasm/event.c b/trunk/drivers/misc/ibmasm/event.c index fda6a4d3bf23..68a0a5b94795 100644 --- a/trunk/drivers/misc/ibmasm/event.c +++ b/trunk/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) {