On 5 February 2015 at 16:06, Andy Zhou <az...@nicira.com> 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 <az...@nicira.com>
> ---
>  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 <joestrin...@nicira.com>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to