forked from Minki/linux
fjes: fix inconsistent indenting
minor change, indenting is one tab out. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Taku Izumi <izumi.taku@jp.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
73ed5d25dc
commit
9001d94dfd
@ -599,7 +599,7 @@ int fjes_hw_unregister_buff_addr(struct fjes_hw *hw, int dest_epid)
|
||||
FJES_CMD_REQ_RES_CODE_BUSY) &&
|
||||
(timeout > 0)) {
|
||||
msleep(200 + hw->my_epid * 20);
|
||||
timeout -= (200 + hw->my_epid * 20);
|
||||
timeout -= (200 + hw->my_epid * 20);
|
||||
|
||||
res_buf->unshare_buffer.length = 0;
|
||||
res_buf->unshare_buffer.code = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user