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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS autolearn=ham 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 C7152C43219 for ; Fri, 3 May 2019 12:23:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 91A1F2070B for ; Fri, 3 May 2019 12:23:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727785AbfECMXZ (ORCPT ); Fri, 3 May 2019 08:23:25 -0400 Received: from ms.lwn.net ([45.79.88.28]:47944 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726514AbfECMXZ (ORCPT ); Fri, 3 May 2019 08:23:25 -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 DAF647DE; Fri, 3 May 2019 12:23:22 +0000 (UTC) Date: Fri, 3 May 2019 06:23:20 -0600 From: Jonathan Corbet To: Randy Dunlap Cc: "Tobin C. Harding" , Johan Hovold , "Tobin C. Harding" , Josh Poimboeuf , Jiri Kosina , Miroslav Benes , Petr Mladek , Greg Kroah-Hartman , "Rafael J. Wysocki" , Joe Lawrence , live-patching@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH 3/5] kobject: Fix kernel-doc comment first line Message-ID: <20190503062320.62849fd4@lwn.net> In-Reply-To: <8e237ab7-681b-dccf-792f-264e3f6fcd2d@infradead.org> References: <20190502023142.20139-1-tobin@kernel.org> <20190502023142.20139-4-tobin@kernel.org> <20190502073823.GQ26546@localhost> <20190502082539.GB18363@eros.localdomain> <20190502083922.GR26546@localhost> <20190503014015.GC7416@eros.localdomain> <8e237ab7-681b-dccf-792f-264e3f6fcd2d@infradead.org> Organization: LWN.net X-Mailer: Claws Mail 3.17.3 (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 Thu, 2 May 2019 18:46:16 -0700 Randy Dunlap wrote: > I have seen this discussion before also. And sometimes it is not even > a discussion -- it's more of an edict. To which I object/disagree. > The current (or past) comment style is perfectly fine IMO. > No caps needed. No ending '.' needed. For however much this matters...I really don't see that there needs to be a rule one way or the other on this; the documentation serves its purpose either way. I guess I see it like "British or American spelling"; there's nothing to drive a conversion in either direction. jon