[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1432357673-4169-1-git-send-email-shailendra.capricorn@gmail.com>
Date: Sat, 23 May 2015 10:37:53 +0530
From: Shailendra Verma <shailendra.capricorn@...il.com>
To: Don Zickus <dzickus@...hat.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Ulrich Obergfell <uobergfe@...hat.com>,
Ingo Molnar <mingo@...nel.org>,
Andrew Jones <drjones@...hat.com>,
chai wen <chaiw.fnst@...fujitsu.com>,
Aaron Tomlin <atomlin@...hat.com>,
Stephane Eranian <eranian@...gle.com>
Cc: linux-kernel@...r.kernel.org,
Shailendra Verma <shailendra.capricorn@...il.com>
Subject: [PATCH] kernel:watchdog - Fix for typo in comment in function watchdog_nmi_enable().
Signed-off-by: Shailendra Verma <shailendra.capricorn@...il.com>
---
kernel/watchdog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/watchdog.c b/kernel/watchdog.c
index 581a68a..4cf0ff8 100644
--- a/kernel/watchdog.c
+++ b/kernel/watchdog.c
@@ -539,7 +539,7 @@ static int watchdog_nmi_enable(unsigned int cpu)
/* Try to register using hardware perf events */
event = perf_event_create_kernel_counter(wd_attr, cpu, NULL, watchdog_overflow_callback, NULL);
- /* save cpu0 error for future comparision */
+ /* save cpu0 error for future comparison */
if (cpu == 0 && IS_ERR(event))
cpu0_err = PTR_ERR(event);
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists