summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2014-02-03 17:18:21 -0800
committerJesse Gross <jesse@nicira.com>2014-05-16 13:40:28 -0700
commit2235ad1c3ac545bd8fc2c026be5be16d98b9a891 (patch)
tree2f8dd72538924ff2fc6a0ab758a6e2c563e976c1 /net/openvswitch
parent1815a8831fb04c60d73627816cb0b596266e9bee (diff)
downloadop-kernel-dev-2235ad1c3ac545bd8fc2c026be5be16d98b9a891.zip
op-kernel-dev-2235ad1c3ac545bd8fc2c026be5be16d98b9a891.tar.gz
openvswitch: flow_netlink: Use pr_fmt to OVS_NLERR output
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>
Diffstat (limited to 'net/openvswitch')
-rw-r--r--net/openvswitch/flow_netlink.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/openvswitch/flow_netlink.c b/net/openvswitch/flow_netlink.c
index 1b22ad2..7bd09b7 100644
--- a/net/openvswitch/flow_netlink.c
+++ b/net/openvswitch/flow_netlink.c
@@ -16,6 +16,8 @@
* 02110-1301, USA
*/
+#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+
#include "flow.h"
#include "datapath.h"
#include <linux/uaccess.h>
OpenPOWER on IntegriCloud