linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/3] time: Fix spelling mistake in comment
@ 2019-10-15  7:33 Mukesh Ojha
  2019-11-12 10:32 ` [tip: timers/core] " tip-bot2 for Mukesh Ojha
  0 siblings, 1 reply; 2+ messages in thread
From: Mukesh Ojha @ 2019-10-15  7:33 UTC (permalink / raw)
  To: john.stultz, tglx, sboyd, linux-kernel; +Cc: Mukesh Ojha

witin => within

Signed-off-by: Mukesh Ojha <mojha@codeaurora.org>
---
 kernel/time/time.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/time/time.c b/kernel/time/time.c
index 5c54ca6..d31661c4 100644
--- a/kernel/time/time.c
+++ b/kernel/time/time.c
@@ -179,7 +179,7 @@ int do_sys_settimeofday64(const struct timespec64 *tv, const struct timezone *tz
 		return error;
 
 	if (tz) {
-		/* Verify we're witin the +-15 hrs range */
+		/* Verify we're within the +-15 hrs range */
 		if (tz->tz_minuteswest > 15*60 || tz->tz_minuteswest < -15*60)
 			return -EINVAL;
 
-- 
Qualcomm India Private Limited, on behalf of Qualcomm Innovation Center,
Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project


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

* [tip: timers/core] time: Fix spelling mistake in comment
  2019-10-15  7:33 [PATCH 2/3] time: Fix spelling mistake in comment Mukesh Ojha
@ 2019-11-12 10:32 ` tip-bot2 for Mukesh Ojha
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot2 for Mukesh Ojha @ 2019-11-12 10:32 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: Mukesh Ojha, Thomas Gleixner, Ingo Molnar, Borislav Petkov, linux-kernel

The following commit has been merged into the timers/core branch of tip:

Commit-ID:     1d6acc18fee71a0db6e4fbbfbdb247e0bd5b0655
Gitweb:        https://git.kernel.org/tip/1d6acc18fee71a0db6e4fbbfbdb247e0bd5b0655
Author:        Mukesh Ojha <mojha@codeaurora.org>
AuthorDate:    Tue, 15 Oct 2019 13:03:39 +05:30
Committer:     Thomas Gleixner <tglx@linutronix.de>
CommitterDate: Tue, 12 Nov 2019 11:30:46 +01:00

time: Fix spelling mistake in comment

witin => within

Signed-off-by: Mukesh Ojha <mojha@codeaurora.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/1571124819-9639-1-git-send-email-mojha@codeaurora.org

---
 kernel/time/time.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/time/time.c b/kernel/time/time.c
index 45a3589..ea6e7e4 100644
--- a/kernel/time/time.c
+++ b/kernel/time/time.c
@@ -179,7 +179,7 @@ int do_sys_settimeofday64(const struct timespec64 *tv, const struct timezone *tz
 		return error;
 
 	if (tz) {
-		/* Verify we're witin the +-15 hrs range */
+		/* Verify we're within the +-15 hrs range */
 		if (tz->tz_minuteswest > 15*60 || tz->tz_minuteswest < -15*60)
 			return -EINVAL;
 

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

end of thread, other threads:[~2019-11-12 10:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-15  7:33 [PATCH 2/3] time: Fix spelling mistake in comment Mukesh Ojha
2019-11-12 10:32 ` [tip: timers/core] " tip-bot2 for Mukesh Ojha

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