Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp195207ybl; Mon, 12 Aug 2019 14:28:40 -0700 (PDT) X-Google-Smtp-Source: APXvYqwCDVd3AUjwqiSzs1AuUtxbWo9tPnO/ZtKNKxm88SW72jABPSpUMNY/LiWPyfEn/OnIUOhF X-Received: by 2002:a62:5207:: with SMTP id g7mr11560907pfb.152.1565645320872; Mon, 12 Aug 2019 14:28:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565645320; cv=none; d=google.com; s=arc-20160816; b=LfI3bB2xacnzGLeLCRO6hR4U3tHyrAh4f+BC6N2PAT5YP0vTfsAovg+jC22LFcQj9V Tpu7hFk1EggSjkRSdYNWSh5CctFwlYgyRPk5Nmg2iKnq+ifjk4sIKmBghT5l4Z20sa64 bp211WHpazmSvK03BeKWQPppzyOL9sP3fPo7bio1clya/FIfHepBmGJVX2PtuIiuNX8B dWwN8R8x2aAzLrLNM/EeansVvdfaBZjJgHXwLkVTUnEoU64J7og1hzHWZG1lEP59BFnS 2BKUHBck8i/jsUtmRIeN0iw3LOgzL4N8bEbEjYa5tJSMRT6V6y0lgf3/TLyW/fA72n0b yqcQ== 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=yO9KxYVqkiY+BqWFfhWG+PTg3DDFQg8IORJKAirEmBE=; b=BD4vKUHhnCgJRWIqRJgITbZRZYTFaB6UJcz6GbOii8/dpqhuPdpsFHqJJdMUko1syJ spuc2anF6ft6bLl0y21EPuK65NeXEbQD/SIHIVvRKR9XjY//s56/Ls0DPN/EstpNwmrO iWQJrqgxnfyapOk5szekqF4c2J78km8kYvQ2nRGo/eBMR2QjA4iSyBAwAvMnKOkbLf9v n0IMbzSbTCyv3n4sCDiNBCHIKITU/4z08HSRadMKAtEDP8svcSBJ7pI2Lfcotfvm2KXE U8reYxmc0E5mNrfcrofDPBTecTNH8ZDKyAkMvMeJS1z7hj9M2saCi9T3qkpXiKPVUODT us7A== 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 p7si1192679plk.47.2019.08.12.14.28.24; Mon, 12 Aug 2019 14:28:40 -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 S1727473AbfHLV0M (ORCPT + 99 others); Mon, 12 Aug 2019 17:26:12 -0400 Received: from ms.lwn.net ([45.79.88.28]:37204 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726144AbfHLV0M (ORCPT ); Mon, 12 Aug 2019 17:26:12 -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 EEAA6737; Mon, 12 Aug 2019 21:26:11 +0000 (UTC) Date: Mon, 12 Aug 2019 15:26:11 -0600 From: Jonathan Corbet To: Jonathan =?UTF-8?B?TmV1c2Now6RmZXI=?= Cc: linux-doc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Mauro Carvalho Chehab , linux-kernel@vger.kernel.org Subject: Re: [PATCH] Documentation/arm/samsung-s3c24xx: Remove stray U+FEFF character to fix title Message-ID: <20190812152611.3e8f5e9d@lwn.net> In-Reply-To: <20190808164811.15645-1-j.neuschaefer@gmx.net> References: <20190808164811.15645-1-j.neuschaefer@gmx.net> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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, 8 Aug 2019 18:48:09 +0200 Jonathan Neuschäfer wrote: > It seems a UTF-8 byte order mark (the least useful kind of BOM...) snuck > into the file and broke Sphinx's detection of the title line. > > Besides making arm/samsung-s3c24xx/index.html look a little better, this > patch also confines the non-index pages in arm/samsung-s3c24xx to their > own table of contents. > > Signed-off-by: Jonathan Neuschäfer Applied, thanks. jon