datapath: Fix Netlink error message header.
authorJesse Gross <jesse@nicira.com>
Tue, 9 Jul 2013 21:43:47 +0000 (14:43 -0700)
committerJesse Gross <jesse@nicira.com>
Tue, 9 Jul 2013 22:31:58 +0000 (15:31 -0700)
CC: Andy Zhou <azhou@nicira.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
datapath/datapath.h

index d14a162..eda87fd 100644 (file)
@@ -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 */