Commit 2235ad1c authored by Joe Perches's avatar Joe Perches Committed by Jesse Gross

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: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarJesse Gross <jesse@nicira.com>
parent 1815a883
......@@ -16,6 +16,8 @@
* 02110-1301, USA
*/
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include "flow.h"
#include "datapath.h"
#include <linux/uaccess.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment