Skip to content

Commit 7f27099

Browse files
committed
style: Fix formatting
CI compliance checks demanded reformatting. Signed-off-by: Kevin ORourke <[email protected]>
1 parent a5c893e commit 7f27099

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

drivers/ethernet/phy/phy_mii.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -328,9 +328,8 @@ static void monitor_work_handler(struct k_work *work)
328328
k_work_reschedule(&data->autoneg_work,
329329
K_MSEC(MII_AUTONEG_POLL_INTERVAL_MS));
330330
} else {
331-
/* Submit delayed work */
332-
k_work_reschedule(&data->monitor_work,
333-
K_MSEC(CONFIG_PHY_MONITOR_PERIOD));
331+
/* Submit delayed work */
332+
k_work_reschedule(&data->monitor_work, K_MSEC(CONFIG_PHY_MONITOR_PERIOD));
334333
}
335334
}
336335

0 commit comments

Comments
 (0)