summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_sync.c
diff options
context:
space:
mode:
authorHannes Eder <heder@google.com>2009-07-30 14:29:44 -0700
committerDavid S. Miller <davem@davemloft.net>2009-07-30 14:29:44 -0700
commit9aada7ac047f789ffb27540cc1695989897b2dfe (patch)
treec55838fbe9060dd0b7d3857f0c850256d7ba8517 /net/netfilter/ipvs/ip_vs_sync.c
parentb4076d1715b8a38138db0805a85932b3b650d583 (diff)
downloadop-kernel-dev-9aada7ac047f789ffb27540cc1695989897b2dfe.zip
op-kernel-dev-9aada7ac047f789ffb27540cc1695989897b2dfe.tar.gz
IPVS: use pr_fmt
While being at it cleanup whitespace. Signed-off-by: Hannes Eder <heder@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netfilter/ipvs/ip_vs_sync.c')
-rw-r--r--net/netfilter/ipvs/ip_vs_sync.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/netfilter/ipvs/ip_vs_sync.c b/net/netfilter/ipvs/ip_vs_sync.c
index 5c48378..cc04c99 100644
--- a/net/netfilter/ipvs/ip_vs_sync.c
+++ b/net/netfilter/ipvs/ip_vs_sync.c
@@ -17,6 +17,9 @@
* Justin Ossevoort : Fix endian problem on sync message size.
*/
+#define KMSG_COMPONENT "IPVS"
+#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
+
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/inetdevice.h>
OpenPOWER on IntegriCloud