[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1571124819-9639-1-git-send-email-mojha@codeaurora.org>
Date: Tue, 15 Oct 2019 13:03:39 +0530
From: Mukesh Ojha <mojha@...eaurora.org>
To: john.stultz@...aro.org, tglx@...utronix.de, sboyd@...nel.org,
linux-kernel@...r.kernel.org
Cc: Mukesh Ojha <mojha@...eaurora.org>
Subject: [PATCH 2/3] time: Fix spelling mistake in comment
witin => within
Signed-off-by: Mukesh Ojha <mojha@...eaurora.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
Powered by blists - more mailing lists