projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd7db30
)
ipw2x00: Fix comment for CLOCK_BOOTTIME constant
author
Pali Rohár
<pali@kernel.org>
Fri, 8 May 2020 19:51:39 +0000
(21:51 +0200)
committer
Kalle Valo
<kvalo@codeaurora.org>
Tue, 12 May 2020 08:57:26 +0000
(11:57 +0300)
Correct name of constant is CLOCK_BOOTTIME and not CLOCK_BOOTIME.
Signed-off-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link:
https://lore.kernel.org/r/20200508195139.20078-1-pali@kernel.org
drivers/net/wireless/intel/ipw2x00/ipw2200.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/intel/ipw2x00/ipw2200.h
b/drivers/net/wireless/intel/ipw2x00/ipw2200.h
index 09fa7f19050fe4c945aa52b0ddc7957beeeda773..e1ec1c96dcd8810e1b9f5704b7fee0597bf6c99f 100644
(file)
--- 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_BOOT
T
IME */
time64_t suspend_at;
time64_t suspend_time;