From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754033AbcITFxd (ORCPT ); Tue, 20 Sep 2016 01:53:33 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:28894 "EHLO mail2-relais-roc.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751494AbcITFxb (ORCPT ); Tue, 20 Sep 2016 01:53:31 -0400 X-IronPort-AV: E=Sophos;i="5.30,366,1470693600"; d="scan'208";a="237460989" Date: Tue, 20 Sep 2016 07:53:26 +0200 (CEST) From: Julia Lawall X-X-Sender: jll@hadrien To: Joe Perches cc: Al Viro , Ilya Dryomov , Andy Whitcroft , Linus Torvalds , Jean Delvare , Jonathan Corbet , Ceph Development , Alex Elder , Sage Weil , LKML , kernel-janitors@vger.kernel.org, Julia Lawall , Andrew Morton , linux-doc@vger.kernel.org Subject: Re: "CodingStyle: Clarify and complete chapter 7" in docs-next (was Re: [PATCH 03/47] block-rbd: Adjust the position of a jump label in rbd_header_from_disk()) In-Reply-To: <1474339566.1954.25.camel@perches.com> Message-ID: References: <20160920001159.GM2356@ZenIV.linux.org.uk> <1474339566.1954.25.camel@perches.com> User-Agent: Alpine 2.10 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 19 Sep 2016, Joe Perches wrote: > On Tue, 2016-09-20 at 01:11 +0100, Al Viro wrote: > > IMO what we need is to go through all rules in CodingStyle and if for > > some rule there is no overwhelming majority in the core kernel, well, > > the list has grown way too large and could use massive trimming. > > I'm in complete agreement. > > I also think that checkpatch's ERROR/WARNING/CHECK message naming is > far too severe and injunctive and could use a renaming to something > more silly, bug related and less commanding like FLEAS/GNATS/NITS. I think it is better to be clear. CHECK was never really clear to me, especially if you see it in isolation, on a file that doesn't also have ERROR or WARNING. NITS is a common word in this context, but not FLEAS and GNATS, as far as I know. There could also be a severity level: high medium and low. julia > > -- > To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >