On 5 February 2015 at 16:06, Andy Zhou <[email protected]> wrote: > This is mostly a style fix. The macro is used in the next patch to > add commands to the 'cleanup" file. This fix makes the 'cleanup' file > easier to read. > > Signed-off-by: Andy Zhou <[email protected]> > --- > tests/kmod-macros.at | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/kmod-macros.at b/tests/kmod-macros.at > index ee9ba8a..f3494fc 100644 > --- a/tests/kmod-macros.at > +++ b/tests/kmod-macros.at > @@ -40,7 +40,7 @@ m4_define([OVS_KMOD_VSWITCHD_STOP], > m4_define([DEL_NAMESPACES], > [m4_foreach([ns], [$@], > [ip netns del ns > - ]) > +]) > ] > ) > #
Acked-by: Joe Stringer <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
