datapath: flow_netlink: Use pr_fmt to OVS_NLERR
authorJoe Perches <joe@perches.com>
Tue, 4 Feb 2014 01:27:41 +0000 (17:27 -0800)
committerJesse Gross <jesse@nicira.com>
Tue, 4 Feb 2014 01:27:41 +0000 (17:27 -0800)
Add "openvswitch: " prefix to OVS_NLERR output
to match the other OVS_NLERR output of datapath.c

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
datapath/flow_netlink.c

index f509a8c..39fe4bf 100644 (file)
@@ -16,6 +16,8 @@
  * 02110-1301, USA
  */
 
+#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+
 #include "flow.h"
 #include "datapath.h"
 #include <linux/uaccess.h>