From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-19.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 93C64C43461 for ; Mon, 10 May 2021 10:32:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5FB4D6197F for ; Mon, 10 May 2021 10:32:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231642AbhEJKdW (ORCPT ); Mon, 10 May 2021 06:33:22 -0400 Received: from mail.kernel.org ([198.145.29.99]:60102 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231460AbhEJK3u (ORCPT ); Mon, 10 May 2021 06:29:50 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id AAF98616EA; Mon, 10 May 2021 10:27:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1620642443; bh=zVyx8QmpdSUBFOXHrT+jQKF6iGsY9cxp2c7VRhni3QU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Y3HZqwkwsypHQTmgLvmAE+L/UvAvKs4zeOfLavZj4+9/e/n4sZdDSz7LQx5qyKNFS DHHXpLydmHc0MfPZUPhHIeP5OdxBZ8f21uLuptBroqXEKguELghdOKLCdzt2QHHnN0 EO9XtXN45/F2QvfD4CriDMpokAvIy19bQ2LQP2Wry9opUN+2laFHo6cB4IqExrKJeW 89+e4t5P2mk1yZ594lwjHFoZOOPJAJ9zUfvhrSHYRQ4/v0fwlsj6951gNa1QytIP+t nzQmSg9q/U+DMSAj8DX4OZRFNxdgASXCqQaLdTswLL1HA4bnGVl7R1/S61N5UZeqKX bKYiCEeUZlv5Q== Received: by mail.kernel.org with local (Exim 4.94.2) (envelope-from ) id 1lg38C-000UOq-NW; Mon, 10 May 2021 12:27:20 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , "Guilherme G. Piccoli" , "Jonathan Corbet" , Andrew Morton , Kees Cook , Qais Yousef , Rafael Aquini , Randy Dunlap , Stephen Kitt , linux-kernel@vger.kernel.org Subject: [PATCH 08/53] docs: admin-guide: sysctl: kernel.rst: avoid using UTF-8 chars Date: Mon, 10 May 2021 12:26:20 +0200 Message-Id: <6c4464894d19e99037c699104ae77b1881ea6817.1620641727.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: Mauro Carvalho Chehab Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org While UTF-8 characters can be used at the Linux documentation, the best is to use them only when ASCII doesn't offer a good replacement. So, replace the occurences of the following UTF-8 characters: - U+2014 ('—'): EM DASH Signed-off-by: Mauro Carvalho Chehab --- Documentation/admin-guide/sysctl/kernel.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/admin-guide/sysctl/kernel.rst b/Documentation/admin-guide/sysctl/kernel.rst index 1d56a6b73a4e..743a7c70fd83 100644 --- a/Documentation/admin-guide/sysctl/kernel.rst +++ b/Documentation/admin-guide/sysctl/kernel.rst @@ -1285,7 +1285,7 @@ The soft lockup detector monitors CPUs for threads that are hogging the CPUs without rescheduling voluntarily, and thus prevent the 'watchdog/N' threads from running. The mechanism depends on the CPUs ability to respond to timer interrupts which are needed for the 'watchdog/N' threads to be woken up by -the watchdog timer function, otherwise the NMI watchdog — if enabled — can +the watchdog timer function, otherwise the NMI watchdog - if enabled - can detect a hard lockup condition. -- 2.30.2