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=-14.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 B0C78C43460 for ; Tue, 11 May 2021 15:01:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7D37861396 for ; Tue, 11 May 2021 15:01:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231934AbhEKPCr (ORCPT ); Tue, 11 May 2021 11:02:47 -0400 Received: from mail.kernel.org ([198.145.29.99]:35152 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231782AbhEKPCo (ORCPT ); Tue, 11 May 2021 11:02:44 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 7F217613C1; Tue, 11 May 2021 15:01:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1620745297; bh=CGntqTzT0CjwBnD8m2IoNs2tKZ5vRmYFfQ0jAL/UEb8=; h=From:To:Cc:Subject:Date:From; b=panu4sVvuTFMZuqoZPlBkXPO1+Kh+4Bp7wMgfwwhZeIJ22TPqPX+LNgC81uNqjndt Yr99x1IRXYnyYKXssWNKnICXlOMNRnUy0uE5I3bPlgo2t9CStA38Vy3VkQC5iqM6ni apXbgb5KKoleKiXgAGhnYEV3iXjZTDgpkKJKqo10RnzxpF0C/p8ixNRp0t857htG06 RvTMwBONaCF/Z3OZOfdrF0JmxogubCngp2wgSEjXEUoRlOKrakqnOZlp9ktaXJYMhq EJ7nfcBbg0H39QjX+8+xJtNS6UOYdTcYNKJda7JGVIJy69mksb5VWbVtI/oYJuVijz 9Ft1gfPEazwXg== Received: by mail.kernel.org with local (Exim 4.94.2) (envelope-from ) id 1lgTt7-000k0z-Pq; Tue, 11 May 2021 17:01:33 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , "David S. Miller" , Guenter Roeck , Jakub Kicinski , Jean Delvare , Jens Axboe , intel-wired-lan@lists.osuosl.org, linux-hwmon@vger.kernel.org, netdev@vger.kernel.org Subject: [PATCH 0/5] Fix some UTF-8 bad usages Date: Tue, 11 May 2021 17:01:27 +0200 Message-Id: X-Mailer: git-send-email 2.30.2 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-doc@vger.kernel.org This series follow up this past series: https://lore.kernel.org/lkml/cover.1620641727.git.mchehab+huawei@kernel.org/ Containing just the manual fixes from it. I'll respin the remaining patches on a separate series. Please note that patches 1 to 3 are identical to the ones posted on the original series. Patch 1 is special: it fixes some left-overs from a convertion from cdrom-standard.tex: there, some characters that are valid in C were converted to some visually similar UTF-8 by LaTeX. Patch 2 remove U+00ac ('¬'): NOT SIGN characters at the end of the first line of two files. No idea why those ended being there :-p Patch 3 replaces: KernelVersion:»·3.3 by: KernelVersion: 3.3 which is the expected format for the KernelVersion field; Patches 4 and 5 fix some bad usages of EM DASH/EN DASH on places that it should be, instead, a normal hyphen. I suspect that they ended being there due to the usage of some conversion toolset. Mauro Carvalho Chehab (5): docs: cdrom-standard.rst: get rid of uneeded UTF-8 chars docs: ABI: remove a meaningless UTF-8 character docs: ABI: remove some spurious characters docs: hwmon: tmp103.rst: fix bad usage of UTF-8 chars docs: networking: device_drivers: fix bad usage of UTF-8 chars .../obsolete/sysfs-kernel-fadump_registered | 2 +- .../obsolete/sysfs-kernel-fadump_release_mem | 2 +- Documentation/ABI/testing/sysfs-module | 4 +-- Documentation/cdrom/cdrom-standard.rst | 30 +++++++++---------- Documentation/hwmon/tmp103.rst | 4 +-- .../device_drivers/ethernet/intel/i40e.rst | 4 +-- .../device_drivers/ethernet/intel/iavf.rst | 2 +- 7 files changed, 24 insertions(+), 24 deletions(-) -- 2.30.2