Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp219372ybl; Mon, 12 Aug 2019 15:01:33 -0700 (PDT) X-Google-Smtp-Source: APXvYqwwrxTYngnax0z44Ze7dsQX8e0LIlkohYyHp9nrC5LZnfe0wCXdzlFl2ihgFvA2Mr0zOe/r X-Received: by 2002:a17:902:a607:: with SMTP id u7mr35058289plq.43.1565647292936; Mon, 12 Aug 2019 15:01:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565647292; cv=none; d=google.com; s=arc-20160816; b=WuKrhYUUT5jcyGnXcrXoXEfYXxzm3otGz714iNj8haaQsn5aqZJkAR7KS1Da+2VJWK nyWpds+CeH/m/0d3spvMm0Y8MqNLrcpUuPwLq5xe7D8P21b0wCdmqR21/K735Y70PGpG 7VJi4ht7VYbcIjo0gqHuySlO0e5j298fJhGz3/kC6l/eF1BhaYtXd7WjlMGkQxWV0usR y9LyNUafcq8BMjIB42fZTYrPDCsxDJQ4S5IBHZ21YcwXJks24XWf0Y5heydUbRrwR4bz 52ym6DDxEN97vMW6h/Iv6k3kiSYJbTdbufjWp5NIsfYVJFZqj6mc+5xzONatnNCrVIby V/NQ== 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=xO/snnrsHVQ8AqcTYajuPQnzYXMuUXRvA1sYzXHcRCU=; b=IKsR7zCSyizN4cx2HN6CiOSITqyXz17YkOX8wg2sNT0Dl7n/ugGdHXNP0+ZbKFdtSD mCv8b53Vuy3Ovvys2skfe1P+0tOAgxmzqJBcVohGyUcix0L7313bNnXikwPLEWkjoew4 0HGH2Qa3oMHVi41ywzx5B1r4iQCWlzUP1PJ2631BqTfVU4GtKUBIjcvSlBZruVLWkzhm kL5Yi7BaQpYHrZlizexHNe6km82KEkuoJO2xIJRSdkS+kxZPknxCfwn6ZcbGBAlibf5x r8+JvuR2AFNc16RTkYdRx8/LWVWvGRKYRvd+RFbETAoYHLLudz03cuzDarNt5cc2fOjZ cwXA== 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 g8si463514pjv.24.2019.08.12.15.01.17; Mon, 12 Aug 2019 15:01:32 -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 S1726944AbfHLU4H (ORCPT + 99 others); Mon, 12 Aug 2019 16:56:07 -0400 Received: from ms.lwn.net ([45.79.88.28]:36972 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726144AbfHLU4G (ORCPT ); Mon, 12 Aug 2019 16:56:06 -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 19C7B2D8; Mon, 12 Aug 2019 20:56:06 +0000 (UTC) Date: Mon, 12 Aug 2019 14:56:05 -0600 From: Jonathan Corbet To: Jonathan =?UTF-8?B?TmV1c2Now6RmZXI=?= Cc: linux-doc@vger.kernel.org, Mauro Carvalho Chehab , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/2] Documentation: sphinx: Add missing comma to list of strings Message-ID: <20190812145605.04ff5e01@lwn.net> In-Reply-To: <20190812160708.32172-1-j.neuschaefer@gmx.net> References: <20190812160708.32172-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 Mon, 12 Aug 2019 18:07:04 +0200 Jonathan Neuschäfer wrote: > In Python, like in C, when a comma is omitted in a list of strings, the > two strings around the missing comma are concatenated. > > Signed-off-by: Jonathan Neuschäfer > --- > > v2: > - new patch > --- > Documentation/sphinx/automarkup.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/sphinx/automarkup.py b/Documentation/sphinx/automarkup.py > index 77e89c1956d7..a8798369e8f7 100644 > --- a/Documentation/sphinx/automarkup.py > +++ b/Documentation/sphinx/automarkup.py > @@ -25,7 +25,7 @@ RE_function = re.compile(r'([\w_][\w\d_]+\(\))') > # to the creation of incorrect and confusing cross references. So > # just don't even try with these names. > # > -Skipfuncs = [ 'open', 'close', 'read', 'write', 'fcntl', 'mmap' > +Skipfuncs = [ 'open', 'close', 'read', 'write', 'fcntl', 'mmap', > 'select', 'poll', 'fork', 'execve', 'clone', 'ioctl'] Hmm...that's a wee bit embarrassing. Applied (and the socket() patch too), thanks. jon