Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,8 @@
 * 02110-1301, USA
 */

#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

#include "flow.h"
#include "datapath.h"
#include <linux/uaccess.h>