Re: Re: Re: [PATCH v3 1/2] checkpatch: support deprecated terms checking

2020-06-10 Thread SeongJae Park
On Wed, 10 Jun 2020 01:45:41 -0700 Joe Perches wrote: > On Wed, 2020-06-10 at 10:01 +0200, SeongJae Park wrote: > > On Wed, 10 Jun 2020 00:13:42 -0700 Joe Perches wrote: > [] > > > This is a direct copy of the spelling dictionary > > > loading code, so maybe these could be consolidated. > > > >

Re: Re: [PATCH v3 1/2] checkpatch: support deprecated terms checking

2020-06-10 Thread Joe Perches
On Wed, 2020-06-10 at 10:01 +0200, SeongJae Park wrote: > On Wed, 10 Jun 2020 00:13:42 -0700 Joe Perches wrote: [] > > This is a direct copy of the spelling dictionary > > loading code, so maybe these could be consolidated. > > Agreed, how about below one? [] > diff --git a/scripts/checkpatch.pl

Re: Re: [PATCH v3 1/2] checkpatch: support deprecated terms checking

2020-06-10 Thread SeongJae Park
On Wed, 10 Jun 2020 00:13:42 -0700 Joe Perches wrote: > On Wed, 2020-06-10 at 08:52 +0200, SeongJae Park wrote: > > From: SeongJae Park > > > > Some terms could be deprecated for various reasons, but it is hard to > > update the entire old usages. That said, we could at least encourage > > new

Re: [PATCH v3 1/2] checkpatch: support deprecated terms checking

2020-06-10 Thread Joe Perches
On Wed, 2020-06-10 at 08:52 +0200, SeongJae Park wrote: > From: SeongJae Park > > Some terms could be deprecated for various reasons, but it is hard to > update the entire old usages. That said, we could at least encourage > new patches to use the suggested replacements. This commit adds check

[PATCH v3 1/2] checkpatch: support deprecated terms checking

2020-06-09 Thread SeongJae Park
From: SeongJae Park Some terms could be deprecated for various reasons, but it is hard to update the entire old usages. That said, we could at least encourage new patches to use the suggested replacements. This commit adds check of deprecated terms in the 'checkpatch.pl' for that. The script w