提交 3a4e3678 编写于 作者: N Nick Andrew 提交者: Jiri Kosina

trivial: 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: NNick Andrew <nick@nick-andrew.net>
Signed-off-by: NJiri Kosina <jkosina@suse.cz>
上级 edb123e1
...@@ -50,7 +50,7 @@ static void wake_up_event_readers(struct service_processor *sp) ...@@ -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 * Store the event in the circular event buffer, wake up any sleeping
* event readers. * event readers.
* There is no reader marker in the buffer, therefore readers are * 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) void ibmasm_receive_event(struct service_processor *sp, void *data, unsigned int data_size)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册