linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ipw2x00: Fix comment for CLOCK_BOOTTIME constant
@ 2020-05-08 19:51 Pali Rohár
  2020-05-12  8:57 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Pali Rohár @ 2020-05-08 19:51 UTC (permalink / raw)
  To: Stanislav Yakovlev, Kalle Valo, David S. Miller
  Cc: linux-wireless, netdev, linux-kernel

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(-)

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;
 
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ipw2x00: Fix comment for CLOCK_BOOTTIME constant
  2020-05-08 19:51 [PATCH] ipw2x00: Fix comment for CLOCK_BOOTTIME constant Pali Rohár
@ 2020-05-12  8:57 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2020-05-12  8:57 UTC (permalink / raw)
  To: Pali Rohár
  Cc: Stanislav Yakovlev, David S. Miller, linux-wireless, netdev,
	linux-kernel

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

-- 
https://patchwork.kernel.org/patch/11537529/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-12  8:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-08 19:51 [PATCH] ipw2x00: Fix comment for CLOCK_BOOTTIME constant Pali Rohár
2020-05-12  8:57 ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).