提交 b4c84c29 编写于 作者: M Michael Tate 提交者: Greg Kroah-Hartman

staging: et131x: Fix brace coding style issues.

This revised patch fixes 2 brace coding style issues reported by checkpatch.pl
One warning line > 80 chars not resolved on maintainers advice.
Signed-off-by: NMichael Tate <michael.tate@wanadoo.fr>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 7264fcd1
...@@ -253,14 +253,12 @@ void et131x_isr_handler(struct work_struct *work) ...@@ -253,14 +253,12 @@ void et131x_isr_handler(struct work_struct *work)
* exit. * exit.
*/ */
/* Handle all the completed Transmit interrupts */ /* Handle all the completed Transmit interrupts */
if (status & ET_INTR_TXDMA_ISR) { if (status & ET_INTR_TXDMA_ISR)
et131x_handle_send_interrupt(etdev); et131x_handle_send_interrupt(etdev);
}
/* Handle all the completed Receives interrupts */ /* Handle all the completed Receives interrupts */
if (status & ET_INTR_RXDMA_XFR_DONE) { if (status & ET_INTR_RXDMA_XFR_DONE)
et131x_handle_recv_interrupt(etdev); et131x_handle_recv_interrupt(etdev);
}
status &= 0xffffffd7; status &= 0xffffffd7;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册