From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934407AbcIVPFp (ORCPT ); Thu, 22 Sep 2016 11:05:45 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:40350 "EHLO mail3-relais-sop.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933098AbcIVPFm (ORCPT ); Thu, 22 Sep 2016 11:05:42 -0400 X-IronPort-AV: E=Sophos;i="5.30,378,1470693600"; d="scan'208";a="194326237" Date: Thu, 22 Sep 2016 17:05:37 +0200 (CEST) From: Julia Lawall X-X-Sender: jll@hadrien To: Jean Delvare cc: Al Viro , Joe Perches , Julia Lawall , Ilya Dryomov , Andy Whitcroft , Linus Torvalds , Jonathan Corbet , Ceph Development , Alex Elder , Sage Weil , LKML , kernel-janitors@vger.kernel.org, Andrew Morton , linux-doc@vger.kernel.org Subject: Re: "CodingStyle: Clarify and complete chapter 7" in docs-next In-Reply-To: <20160922165837.1363860b@endymion> Message-ID: References: <20160920001159.GM2356@ZenIV.linux.org.uk> <1474339566.1954.25.camel@perches.com> <1474353123.1954.28.camel@perches.com> <20160922112407.47da9393@endymion> <1474540930.8253.9.camel@perches.com> <20160922135758.0399725d@endymion> <20160922131103.GW2356@ZenIV.linux.org.uk> <20160922165837.1363860b@endymion> 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 > > The main intent of checkpatch these days appears to be providing an easy > > way of thoughtless inflation of commit counts, everything else be damned. > > Make-work, in other words. > > Yes, I've noticed the trend too :-( But that's a problem with the > people using the tool, mostly, not with the tool itself. With respect to at least one person in this category, I don't think that their main original inspiration was checkpatch in the first place. More random information collected from developer comments, that person's own notion of what good code is, etc. So there may be limits to what one can do to checkpatch that will have an impact on this issue. Furthermore, probably people who use checkpatch in the right way, ie to check their patches, don't actually mention their use of checkpatch. They just fix up their commits and move on. julia