提交 efa6f862 编写于 作者: J Johannes Tenschert 提交者: Greg Kroah-Hartman

staging: bcm: HandleControlPacket.c: fix indentation

Signed-off-by: NJohannes Tenschert <Johannes.Tenschert@informatik.stud.uni-erlangen.de>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 dd751d2a
...@@ -156,8 +156,7 @@ int control_packet_handler(PMINI_ADAPTER Adapter /**< pointer to adapter object ...@@ -156,8 +156,7 @@ int control_packet_handler(PMINI_ADAPTER Adapter /**< pointer to adapter object
wait_event_interruptible(Adapter->process_rx_cntrlpkt, wait_event_interruptible(Adapter->process_rx_cntrlpkt,
atomic_read(&Adapter->cntrlpktCnt) || atomic_read(&Adapter->cntrlpktCnt) ||
Adapter->bWakeUpDevice || Adapter->bWakeUpDevice ||
kthread_should_stop() kthread_should_stop());
);
if (kthread_should_stop()) if (kthread_should_stop())
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册