Re: [RFC PATCH] scripts: Fix coccicheck failed

From: Masahiro Yamada
Date: Thu Oct 03 2019 - 07:58:37 EST


On Tue, Oct 1, 2019 at 10:01 PM Julia Lawall <julia.lawall@xxxxxxx> wrote:
> > diff --git a/scripts/coccinelle/misc/add_namespace.cocci b/scripts/coccinelle/misc/add_namespace.cocci
> > index c832bb6445a8..99e93a6c2e24 100644
> > --- a/scripts/coccinelle/misc/add_namespace.cocci
> > +++ b/scripts/coccinelle/misc/add_namespace.cocci
> > @@ -6,6 +6,8 @@
> > /// add a missing namespace tag to a module source file.
> > ///
> >
> > +virtual report
> > +
> > @has_ns_import@
> > declarer name MODULE_IMPORT_NS;
> > identifier virtual.ns;
> >
> >
> >
> > Adding virtual report make the coccicheck go ahead smoothly.
>
> Acked-by: Julia Lawall <julia.lawall@xxxxxxx>
>


Was this patch posted somewhere?



--
Best Regards
Masahiro Yamada