From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752793AbdIBTOC (ORCPT ); Sat, 2 Sep 2017 15:14:02 -0400 Received: from mx2.suse.de ([195.135.220.15]:51562 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752733AbdIBTOB (ORCPT ); Sat, 2 Sep 2017 15:14:01 -0400 Date: Sat, 2 Sep 2017 21:13:58 +0200 From: Jean Delvare To: Joe Perches Cc: Andy Whitcroft , Andrew Morton , LKML Subject: Re: [PATCH 0/3] Add missing types to checkpatch.pl --list-types Message-ID: <20170902211358.560ab0dc@endymion> In-Reply-To: <1504369529.31325.1.camel@perches.com> References: <20170902175111.2fcd9e85@endymion> <1504369529.31325.1.camel@perches.com> Organization: SUSE Linux X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.31; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Joe, On Sat, 02 Sep 2017 09:25:29 -0700, Joe Perches wrote: > On Sat, 2017-09-02 at 17:51 +0200, Jean Delvare wrote: > > [PATCH 1/3] checkpatch: fix typo in comment > > [PATCH 2/3] checkpatch: rename variables to avoid confusion > > [PATCH 3/3] checkpatch: add 6 missing types to --list-types > > Andrew, can you please pick these up? Thanks. > > Jean, that's a pretty obscure defect. > Thanks for handling it. You're welcome. > btw: how or why did you find it? I wrote a patch which introduces a lot of long lines, and I am fine with that in this specific case, so I wanted to ask checkpatch to print everything BUT line-over-80-columns warnings. I used --list-types to find out the internal name for it... and couldn't see anything matching in the list. But I knew it had to exist, so looked into the code. -- Jean Delvare SUSE L3 Support