mirror of https://gitee.com/openkylin/linux.git
staging: qlge: qlge_ethtool.c: Proper indentation.
Remove extra indentations from if-statement. Signed-off-by: Suraj Upadhyay <usuraj35@gmail.com> Link: https://lore.kernel.org/r/20200702084022.GA1586@blackclown Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
0f6ba59969
commit
7566103ea5
|
@ -528,8 +528,8 @@ void ql_check_lb_frame(struct ql_adapter *qdev,
|
|||
if ((*(skb->data + 3) == 0xFF) &&
|
||||
(*(skb->data + frame_size / 2 + 10) == 0xBE) &&
|
||||
(*(skb->data + frame_size / 2 + 12) == 0xAF)) {
|
||||
atomic_dec(&qdev->lb_count);
|
||||
return;
|
||||
atomic_dec(&qdev->lb_count);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue