[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <bd76d5c22f389f3e6ecc2575e32c906f79647765.camel@perches.com>
Date: Thu, 31 Oct 2019 03:07:12 -0700
From: Joe Perches <joe@...ches.com>
To: Brendan Higgins <brendanhiggins@...gle.com>
Cc: shuah <shuah@...nel.org>, Dan Carpenter <dan.carpenter@...cle.com>,
David Gow <davidgow@...gle.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Kees Cook <keescook@...omium.org>,
"open list:KERNEL SELFTEST FRAMEWORK"
<linux-kselftest@...r.kernel.org>,
KUnit Development <kunit-dev@...glegroups.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH linux-kselftest/test v6] lib/list-test: add a test for
the 'list' doubly linked list
On Thu, 2019-10-31 at 01:51 -0700, Brendan Higgins wrote:
> On Wed, Oct 30, 2019 at 10:18:44AM -0700, Joe Perches wrote:
> > On Wed, 2019-10-30 at 09:35 -0700, Brendan Higgins wrote:
> > > Agreed. I can see the point of not wanting to write an exception into
> > > checkpatch for every exception of it's general rules; however, it
> > > would be nice if there was a way to maybe have a special comment or
> > > something that could turn off a checkpatch error. That way, a
> > > checkpatch error/warning always means some action should be taken, and
> > > if a rule is being ignored, there is always documentation as to why.
> >
> > That couldn't work when a comment which may exist
> > in a file is out of scope of the patch context.
>
> Sorry, I don't understand exactly what you mean. Can you elaborate?
checkpatch works on patch contexts.
If the comment is not within the patch context,
checkpatch cannot ignore various test.
> static void list_test_list_for_each_prev(struct kunit *test) /* checkpatch: disable=for-each-format */
Long line, now what?
Powered by blists - more mailing lists