projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1815a88
)
openvswitch: flow_netlink: Use pr_fmt to OVS_NLERR output
author
Joe Perches
<joe@perches.com>
Tue, 4 Feb 2014 01:18:21 +0000
(17:18 -0800)
committer
Jesse Gross
<jesse@nicira.com>
Fri, 16 May 2014 20:40:28 +0000
(13:40 -0700)
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>
net/openvswitch/flow_netlink.c
patch
|
blob
|
blame
|
history
diff --git
a/net/openvswitch/flow_netlink.c
b/net/openvswitch/flow_netlink.c
index 1b22ad2de0c276f79947320c1953a1ebdc21b6bb..7bd09b75ebaa04aef9caddcfa8037bf66cda81d0 100644
(file)
--- 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>