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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9AB1DECAAD3 for ; Mon, 19 Sep 2022 15:45:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229906AbiISPpm (ORCPT ); Mon, 19 Sep 2022 11:45:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33576 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229570AbiISPpk (ORCPT ); Mon, 19 Sep 2022 11:45:40 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7D9431A06B; Mon, 19 Sep 2022 08:45:39 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id DDEA568BEB; Mon, 19 Sep 2022 17:45:33 +0200 (CEST) Date: Mon, 19 Sep 2022 17:45:33 +0200 From: Christoph Hellwig To: David Sterba Cc: Christoph Hellwig , Jens Axboe , Matthew Wilcox , Johannes Weiner , Suren Baghdasaryan , Andrew Morton , Chris Mason , Josef Bacik , David Sterba , Gao Xiang , Chao Yu , linux-block@vger.kernel.org, linux-btrfs@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-erofs@lists.ozlabs.org, linux-mm@kvack.org Subject: Re: improve pagecache PSI annotations v2 Message-ID: <20220919154533.GA710@lst.de> References: <20220915094200.139713-1-hch@lst.de> <20220915130138.GO32411@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220915130138.GO32411@suse.cz> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Thu, Sep 15, 2022 at 03:01:38PM +0200, David Sterba wrote: > On Thu, Sep 15, 2022 at 10:41:55AM +0100, Christoph Hellwig wrote: > > > > - spell a comment in the weird way preferred by btrfs maintainers > > What? A comment is a standalone sentence or a full paragraph, so it's > formatted as such. I hope it's not weird to expect literacy either in > the language of comments or the programming language. The same style can > be found in many other kernel parts so please stop the nags at btrfs. That is not what most of the kernel seems to think. The usual style is to have multi-line comments start with a capitalized word and end with a dot and thus form one or more complete sentences, but single line comments most of the time do not form complete sentences and thus do not start with a capitalized word and do not end with a dot.