Received: by 10.192.165.148 with SMTP id m20csp5612083imm; Wed, 9 May 2018 07:46:34 -0700 (PDT) X-Google-Smtp-Source: AB8JxZp6CvCJiAwLE50UTtdR95R+rkMda3nAgnqtKt4zIiD6XaIg5epm6MEPI2mn8wAAkds9cHQH X-Received: by 10.98.67.135 with SMTP id l7mr39719072pfi.55.1525877194675; Wed, 09 May 2018 07:46:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1525877194; cv=none; d=google.com; s=arc-20160816; b=jBJiLjq7nTB/TLDQ0wsCcV+Nk2UaHyHw0nD7YEpsEkooWrYXKe1neD1fAj/Z4Idw8E cPbkj4uazh7c0cGZqM0f9JqErDgfuArodswFaCXVLs9qaJfeNB7H8LfykWHPsVUsyH8P TfLGGSSptN9htdhjACqDpnDDipxPqXrdwvZAm9mtBTNdr7z75RvT1N6XaTtnLiA4yPbB jnNvLsGrbsiFnn/YsRCXNx8N3aQ8nosGupaV9lpTdTcYW+yDdgGAbCSnUsa0/D9pfDjf Z4T9ataixmtbYm2DOU3o1+ZYV/FYSnraOLfvwiFsNTx0Tzwc9WgE32Gv+LfZrPv9DTPX pIwA== 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:arc-authentication-results; bh=/5c6FzE1vXdenyczEk5ePbtJQrJgg12F/GIBHFbqR0U=; b=T7O7wvqSxz8ePXj8FRMuzkFXQx/HBWl6aCpFrPkBqoygYO+jbZ9XuWJXJ8KCvsaLBp iP0b19wZVWiSr4jyHcqUcR8T1Yo2mxbms+OWRpumI0TOXtz3scPG0LlkVOFb5YbKGIZM ruJDfu219JCaPohGZ5M9FUTgmRQn+3VIpcVLoAMVyCMXG5jMBuXX/4LHA0SAFTKVO0dw s/vEIPFqTJHAaxXQfVISevFS0FJ4qZ+9TJ5svId0wn57db9r8N8SCoIDByu7wuFVm5O6 BUZju6ThAcVxJAW73SDOZpIPvVtVpsqzg3VwVx76TeEt//zkx5ZdRKE6SocU1kpR26ji dcmg== 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 c22-v6si806953pgn.169.2018.05.09.07.46.19; Wed, 09 May 2018 07:46:34 -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 S935220AbeEIOpX (ORCPT + 99 others); Wed, 9 May 2018 10:45:23 -0400 Received: from ms.lwn.net ([45.79.88.28]:42080 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934770AbeEIOpW (ORCPT ); Wed, 9 May 2018 10:45:22 -0400 Received: from localhost.localdomain (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 2EA882D0; Wed, 9 May 2018 14:45:20 +0000 (UTC) Date: Wed, 9 May 2018 08:45:18 -0600 From: Jonathan Corbet To: Peter Zijlstra Cc: Mauro Carvalho Chehab , Linux Doc Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Ingo Molnar Subject: Re: [PATCH 13/18] wait: wait.h: Get rid of a kernel-doc/Sphinx warnings Message-ID: <20180509084518.247650e2@lwn.net> In-Reply-To: <20180509084120.GF12217@hirez.programming.kicks-ass.net> References: <6b9b3184cbfabab1ad89c974ddf1c61631e8f1bf.1525684985.git.mchehab+samsung@kernel.org> <20180509084120.GF12217@hirez.programming.kicks-ass.net> Organization: LWN.net X-Mailer: Claws Mail 3.15.1-dirty (GTK+ 2.24.32; x86_64-redhat-linux-gnu) 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 Wed, 9 May 2018 10:41:20 +0200 Peter Zijlstra wrote: > > This is easily done by using "::" instead of just ":". > > And I'll voice my objection once again. This makes a regular comment > worse. This rst stuff is utter shit for making normal text files less > readable in your favourite text editor. > > If this gets merged, I'll simply remove that spurious ':' the next time > I'm near that comment. Seriously, Peter? It's a simple colon. It goes along with the /** marker for kerneldoc comments and the @ markers found within them, both of which you seem to have found a way to live with. The RST work was discussed for a year before we even started. It has brought in the efforts of a large number of developers, all of whom see the value in actually caring about our documentation and making it accessible to a much larger group of readers. And it has all happened while preserving the primacy of the plain-text documentation. You're not the only consumer of the docs. You may not appreciate the improvements that have come, but others certainly do. I do hope that you can find it in youself to avoid vandalizing things for everybody else ...? Thanks, jon