提交 f0b9a0f9 编写于 作者: B Benjamin Romer 提交者: Greg Kroah-Hartman

staging: unisys: add missing brackets in Process_Incoming()

Fix the brackets in the else clause in Process_Incoming().
Signed-off-by: NBryan Thompson <bryan.thompson@unisys.com>
Signed-off-by: NBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 2dcca2f7
...@@ -1315,10 +1315,11 @@ Process_Incoming(void *v) ...@@ -1315,10 +1315,11 @@ Process_Incoming(void *v)
&List_Polling_Device_Channels))) { &List_Polling_Device_Channels))) {
new_tail = lelt; new_tail = lelt;
dev->moved_to_tail_cnt++; dev->moved_to_tail_cnt++;
} else } else {
dev->last_on_list_cnt++; dev->last_on_list_cnt++;
} }
} }
}
if (Incoming_ThreadInfo.should_stop) if (Incoming_ThreadInfo.should_stop)
break; break;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册