]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
openvswitch: flow_netlink: Use pr_fmt to OVS_NLERR output
authorJoe Perches <joe@perches.com>
Tue, 4 Feb 2014 01:18:21 +0000 (17:18 -0800)
committerJesse Gross <jesse@nicira.com>
Fri, 16 May 2014 20:40:28 +0000 (13:40 -0700)
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>
net/openvswitch/flow_netlink.c

index 1b22ad2de0c276f79947320c1953a1ebdc21b6bb..7bd09b75ebaa04aef9caddcfa8037bf66cda81d0 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>