summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorJoe Perches2014-02-04 02:18:21 +0100
committerJesse Gross2014-05-16 22:40:28 +0200
commit2235ad1c3ac545bd8fc2c026be5be16d98b9a891 (patch)
tree2f8dd72538924ff2fc6a0ab758a6e2c563e976c1 /net
parentopenvswitch: Use net_ratelimit in OVS_NLERR (diff)
downloadkernel-qcow2-linux-2235ad1c3ac545bd8fc2c026be5be16d98b9a891.tar.gz
kernel-qcow2-linux-2235ad1c3ac545bd8fc2c026be5be16d98b9a891.tar.xz
kernel-qcow2-linux-2235ad1c3ac545bd8fc2c026be5be16d98b9a891.zip
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')
-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 1b22ad2de0c2..7bd09b75ebaa 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>