Commit 5bb4e125 authored by Pali Rohár's avatar Pali Rohár Committed by Kalle Valo

ipw2x00: Fix comment for CLOCK_BOOTTIME constant

Correct name of constant is CLOCK_BOOTTIME and not CLOCK_BOOTIME.
Signed-off-by: default avatarPali Rohár <pali@kernel.org>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20200508195139.20078-1-pali@kernel.org
parent bd7db302
......@@ -1329,7 +1329,7 @@ struct ipw_priv {
s8 tx_power;
/* Track time in suspend using CLOCK_BOOTIME */
/* Track time in suspend using CLOCK_BOOTTIME */
time64_t suspend_at;
time64_t suspend_time;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment