From: Pali Rohár Date: Fri, 8 May 2020 19:51:39 +0000 (+0200) Subject: ipw2x00: Fix comment for CLOCK_BOOTTIME constant X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5bb4e125815aa769a7d2ab7dc203593925bba0ba;p=linux.git ipw2x00: Fix comment for CLOCK_BOOTTIME constant Correct name of constant is CLOCK_BOOTTIME and not CLOCK_BOOTIME. Signed-off-by: Pali Rohár Signed-off-by: Kalle Valo Link: https://lore.kernel.org/r/20200508195139.20078-1-pali@kernel.org --- diff --git a/drivers/net/wireless/intel/ipw2x00/ipw2200.h b/drivers/net/wireless/intel/ipw2x00/ipw2200.h index 09fa7f19050fe..e1ec1c96dcd88 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;