[ovs-dev] [PATCH] datapath: Fix Netlink error message header.

Andy Zhou azhou at nicira.com
Tue Jul 9 22:19:01 UTC 2013


Looks good. Thanks.


On Tue, Jul 9, 2013 at 2:44 PM, Jesse Gross <jesse at nicira.com> wrote:

> CC: Andy Zhou <azhou at nicira.com>
> Signed-off-by: Jesse Gross <jesse at nicira.com>
> ---
>  datapath/datapath.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/datapath/datapath.h b/datapath/datapath.h
> index d14a162..eda87fd 100644
> --- a/datapath/datapath.h
> +++ b/datapath/datapath.h
> @@ -206,6 +206,6 @@ int ovs_execute_actions(struct datapath *dp, struct
> sk_buff *skb);
>  void ovs_dp_notify_wq(struct work_struct *work);
>
>  #define OVS_NLERR(fmt, ...) \
> -       pr_info_once(fmt "netlink: ", ##__VA_ARGS__)
> +       pr_info_once("netlink: " fmt, ##__VA_ARGS__)
>
>  #endif /* datapath.h */
> --
> 1.8.1.2
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-dev/attachments/20130709/aaf1f3f3/attachment-0003.html>


More information about the dev mailing list