diff options
author | Joe Perches <joe@perches.com> | 2014-02-03 20:18:21 -0500 |
---|---|---|
committer | Jesse Gross <jesse@nicira.com> | 2014-05-16 16:40:28 -0400 |
commit | 2235ad1c3ac545bd8fc2c026be5be16d98b9a891 (patch) | |
tree | 2f8dd72538924ff2fc6a0ab758a6e2c563e976c1 /net/openvswitch | |
parent | 1815a8831fb04c60d73627816cb0b596266e9bee (diff) |
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.c | 2 |
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 @@ | |||
16 | * 02110-1301, USA | 16 | * 02110-1301, USA |
17 | */ | 17 | */ |
18 | 18 | ||
19 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | ||
20 | |||
19 | #include "flow.h" | 21 | #include "flow.h" |
20 | #include "datapath.h" | 22 | #include "datapath.h" |
21 | #include <linux/uaccess.h> | 23 | #include <linux/uaccess.h> |