From: Joe Perches Date: Tue, 4 Feb 2014 01:18:21 +0000 (-0800) Subject: openvswitch: flow_netlink: Use pr_fmt to OVS_NLERR output X-Git-Tag: next-20140521~73^2~11^2~6 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2235ad1c3ac545bd8fc2c026be5be16d98b9a891;p=karo-tx-linux.git 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 Signed-off-by: Jesse Gross --- 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