Message ID | 20200508195139.20078-1-pali@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 5bb4e125815aa769a7d2ab7dc203593925bba0ba |
Delegated to: | Kalle Valo |
Headers | show |
Series | ipw2x00: Fix comment for CLOCK_BOOTTIME constant | expand |
Pali Rohár <pali@kernel.org> wrote: > Correct name of constant is CLOCK_BOOTTIME and not CLOCK_BOOTIME. > > Signed-off-by: Pali Rohár <pali@kernel.org> Patch applied to wireless-drivers-next.git, thanks. 5bb4e125815a ipw2x00: Fix comment for CLOCK_BOOTTIME constant
diff --git a/drivers/net/wireless/intel/ipw2x00/ipw2200.h b/drivers/net/wireless/intel/ipw2x00/ipw2200.h index 4346520545c4..91864e146761 100644 --- a/drivers/net/wireless/intel/ipw2x00/ipw2200.h +++ b/drivers/net/wireless/intel/ipw2x00/ipw2200.h @@ -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;
Correct name of constant is CLOCK_BOOTTIME and not CLOCK_BOOTIME. Signed-off-by: Pali Rohár <pali@kernel.org> --- drivers/net/wireless/intel/ipw2x00/ipw2200.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)