Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1031138AbdIZO6b (ORCPT ); Tue, 26 Sep 2017 10:58:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47840 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1031122AbdIZO63 (ORCPT ); Tue, 26 Sep 2017 10:58:29 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 50C2185546 Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=dzickus@redhat.com Date: Tue, 26 Sep 2017 10:58:28 -0400 From: Don Zickus To: Colin King Cc: Ingo Molnar , Thomas Gleixner , Andrew Morton , Babu Moger , linux-kernel@vger.kernel.org Subject: Re: [PATCH][next] kernel: watchdog: fix spelling mistake: "permanetely" -> "permanently" Message-ID: <20170926145828.lujwxduhghfjtwuh@redhat.com> References: <20170926093603.7756-1-colin.king@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170926093603.7756-1-colin.king@canonical.com> User-Agent: NeoMutt/20170914 (1.9.0) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Tue, 26 Sep 2017 14:58:29 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 910 Lines: 29 On Tue, Sep 26, 2017 at 09:36:03AM +0000, Colin King wrote: > From: Colin Ian King > > trivial fix to spelling mistake in pr_info message Acked-by: Don Zickus > > Signed-off-by: Colin Ian King > --- > kernel/watchdog_hld.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/kernel/watchdog_hld.c b/kernel/watchdog_hld.c > index b2931154b5f2..17b659bbaf61 100644 > --- a/kernel/watchdog_hld.c > +++ b/kernel/watchdog_hld.c > @@ -275,7 +275,7 @@ int __init hardlockup_detector_perf_init(void) > int ret = hardlockup_detector_event_create(); > > if (ret) { > - pr_info("Perf NMI watchdog permanetely disabled\n"); > + pr_info("Perf NMI watchdog permanently disabled\n"); > } else { > perf_event_release_kernel(this_cpu_read(watchdog_ev)); > this_cpu_write(watchdog_ev, NULL); > -- > 2.14.1 >