staging: rtl8723bs: os_dep: fix indentation on break statement

The break statement is indented one level too deep, fix this.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Colin Ian King
2019-06-19 17:50:27 +01:00
committed by Greg Kroah-Hartman
parent d189a7c2f8
commit 9cc579cc95

View File

@@ -1179,7 +1179,7 @@ static int rtw_wx_set_wap(struct net_device *dev,
spin_unlock_bh(&queue->lock);
goto exit;
}
break;
break;
}
}