Received: by 2002:a5b:505:0:0:0:0:0 with SMTP id o5csp1103113ybp; Fri, 11 Oct 2019 09:01:02 -0700 (PDT) X-Google-Smtp-Source: APXvYqwQMCOWa9o4O+FnJosQ7Nz9MhEGcvAHzw9u0hIhR1zUgMFySVUJt9PaINCbtAeiSJHduYPF X-Received: by 2002:a17:906:f258:: with SMTP id gy24mr14867859ejb.25.1570809661853; Fri, 11 Oct 2019 09:01:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1570809661; cv=none; d=google.com; s=arc-20160816; b=JUELykP8zJL3sxcYAfW8jfsXwUWhAflqIVK11gsGXcwND2Ez5gRSJ8tsNO8jxuEZAo 2BvtvY059BPB2L+mbjh0/ce9SQLJEUvJf4htPQdUDxF1ArScOhF8CHkvMNdwGN7lX/LP ogDTtidKFpPwoUjqhUJBMNpcqaZHfwZBRC6bOx1ZD5yzZE8epZiHCVJoszbtETjLppN+ 4q+Ocaywn1sbZP3jGfX8eYlhrt8vq9shqaqRwS7Hi3pDQXXBZxt5sOg/4w+lhijIrVAQ hVrjPguygAdRwKq3vsX1jCRT1CFCvOQTqb1d1s41S/HJSLsK8xP3wAX0n2GA/yqaQcgI TOGw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=pCNM664nNn4tKc57Itmj/gSvRpkm6m0ceetT3a9TL+o=; b=cSnRL7pdWu/czF15N6z7ouIPV9UHFWkOGX9ZMORyDp9XKKazjA1f0XsOKARO8Kz/Fp wVR8pxjZK6YZEkPIfNCCeZYzRkli13U96RHDIcf7YaBO9CG9PLIR7ToWcCmJs0LwgGXT jbY/Y+rrlHyuzeAHmlZ4hKyoi6k3Dp88sy+l8mF0zrUqrXsUADo4xtOIV4QO7NiiQ6D0 Bg9nVEn1D5c8jfCURci4/tOwFpRPYhVU28BjkQQ1cJfWlcwfzGRWIPsGbHFY17zZpY8R Vme7INIGyHBgoCTKKLXgAHWFZfMt9LJp/daFWFoQ5gAmoIQeU3uepki64Khl4uzDXgQe Sdfw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w18si6185293eda.445.2019.10.11.09.00.37; Fri, 11 Oct 2019 09:01:01 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728112AbfJKQAT (ORCPT + 99 others); Fri, 11 Oct 2019 12:00:19 -0400 Received: from ms.lwn.net ([45.79.88.28]:39258 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726521AbfJKQAT (ORCPT ); Fri, 11 Oct 2019 12:00:19 -0400 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 194AC2E6; Fri, 11 Oct 2019 16:00:19 +0000 (UTC) Date: Fri, 11 Oct 2019 10:00:18 -0600 From: Jonathan Corbet To: Christian Kujau Cc: Micah Morton , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [TYPO] SafeSetID.rst: Remove spurious '???' characters Message-ID: <20191011100018.0e9fff37@lwn.net> In-Reply-To: References: Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 10 Oct 2019 20:36:16 -0700 (PDT) Christian Kujau wrote: > While reading SafeSetID.rst I stumbled across those things. This patch > removes these spurious '???' characters. > > Signed-off-by: Christian Kujau I've applied this, thanks. I did take the liberty of rewriting the changelog to adhere to normal standards: Author: Christian Kujau Date: Thu Oct 10 20:36:16 2019 -0700 docs: SafeSetID.rst: Remove spurious '???' characters It appears that some smart quotes were changed to "???" by even smarter software; change them to the dumb but legible variety. Signed-off-by: Christian Kujau Signed-off-by: Jonathan Corbet Thanks, jon