diff options
author | Joe Perches <joe@perches.com> | 2014-02-03 17:18:21 -0800 |
---|---|---|
committer | Jesse Gross <jesse@nicira.com> | 2014-05-16 13:40:28 -0700 |
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 @@ * 02110-1301, USA */ +#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt + #include "flow.h" #include "datapath.h" #include <linux/uaccess.h> |