mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 06:57:57 +00:00
realtek: 5.15: rtl93xx: fix switch/case indentation
Small stylistic fixup, one switch case statement was incorrectly indented. Signed-off-by: Tobias Schramm <tobias@t-sys.eu>
This commit is contained in:
parent
9b066384f9
commit
2f8a881895
@ -2725,7 +2725,6 @@ int rtl9300_sds_check_calibration(int sds_num, phy_interface_t phy_mode)
|
|||||||
|
|
||||||
switch (phy_mode) {
|
switch (phy_mode) {
|
||||||
case PHY_INTERFACE_MODE_XGMII:
|
case PHY_INTERFACE_MODE_XGMII:
|
||||||
|
|
||||||
if ((errors2 - errors1 > 100) ||
|
if ((errors2 - errors1 > 100) ||
|
||||||
(errors1 >= 0xffff00) || (errors2 >= 0xffff00)) {
|
(errors1 >= 0xffff00) || (errors2 >= 0xffff00)) {
|
||||||
pr_info("%s XSGMII error rate too high\n", __func__);
|
pr_info("%s XSGMII error rate too high\n", __func__);
|
||||||
|
Loading…
Reference in New Issue
Block a user