Message ID | 1440516404-4177-1-git-send-email-mike.holmes@linaro.org |
---|---|
State | New |
Headers | show |
On 08/25/15 18:26, Mike Holmes wrote: > This is not the kernel, ignore this recommendation > > Signed-off-by: Mike Holmes <mike.holmes@linaro.org> > --- > .checkpatch.conf | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.checkpatch.conf b/.checkpatch.conf > index fbbb146..3e3baa3 100644 > --- a/.checkpatch.conf > +++ b/.checkpatch.conf > @@ -1,5 +1,6 @@ > --no-tree > --strict > +--ignore SSCANF_TO_KSTRTO > --ignore=NEW_TYPEDEFS > --ignore=DEPRECATED_VARIABLE did you miss "=" ? Maxim. > --codespell
On 25 August 2015 at 14:56, Maxim Uvarov <maxim.uvarov@linaro.org> wrote: > On 08/25/15 18:26, Mike Holmes wrote: > >> This is not the kernel, ignore this recommendation >> >> Signed-off-by: Mike Holmes <mike.holmes@linaro.org> >> --- >> .checkpatch.conf | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/.checkpatch.conf b/.checkpatch.conf >> index fbbb146..3e3baa3 100644 >> --- a/.checkpatch.conf >> +++ b/.checkpatch.conf >> @@ -1,5 +1,6 @@ >> --no-tree >> --strict >> +--ignore SSCANF_TO_KSTRTO >> --ignore=NEW_TYPEDEFS >> --ignore=DEPRECATED_VARIABLE >> > > did you miss "=" ? > Ah I did but it works either way, will fix > > Maxim. > >> --codespell >> > > _______________________________________________ > lng-odp mailing list > lng-odp@lists.linaro.org > https://lists.linaro.org/mailman/listinfo/lng-odp >
Merged this patch with fix in the comment. Maxim. On 08/25/15 22:58, Mike Holmes wrote: > > > On 25 August 2015 at 14:56, Maxim Uvarov <maxim.uvarov@linaro.org > <mailto:maxim.uvarov@linaro.org>> wrote: > > On 08/25/15 18:26, Mike Holmes wrote: > > This is not the kernel, ignore this recommendation > > Signed-off-by: Mike Holmes <mike.holmes@linaro.org > <mailto:mike.holmes@linaro.org>> > --- > .checkpatch.conf | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.checkpatch.conf b/.checkpatch.conf > index fbbb146..3e3baa3 100644 > --- a/.checkpatch.conf > +++ b/.checkpatch.conf > @@ -1,5 +1,6 @@ > --no-tree > --strict > +--ignore SSCANF_TO_KSTRTO > --ignore=NEW_TYPEDEFS > --ignore=DEPRECATED_VARIABLE > > > did you miss "=" ? > > > Ah I did but it works either way, will fix > > > Maxim. > > --codespell > > > _______________________________________________ > lng-odp mailing list > lng-odp@lists.linaro.org <mailto:lng-odp@lists.linaro.org> > https://lists.linaro.org/mailman/listinfo/lng-odp > > > > > -- > Mike Holmes > Technical Manager - Linaro Networking Group > Linaro.org <http://www.linaro.org/>***│ *Open source software for ARM SoCs >
diff --git a/.checkpatch.conf b/.checkpatch.conf index fbbb146..3e3baa3 100644 --- a/.checkpatch.conf +++ b/.checkpatch.conf @@ -1,5 +1,6 @@ --no-tree --strict +--ignore SSCANF_TO_KSTRTO --ignore=NEW_TYPEDEFS --ignore=DEPRECATED_VARIABLE --codespell
This is not the kernel, ignore this recommendation Signed-off-by: Mike Holmes <mike.holmes@linaro.org> --- .checkpatch.conf | 1 + 1 file changed, 1 insertion(+)